refactor(api): update import path from go-api to core/api
Part of the polyglot merge — forge.lthn.ai/core/go-api is now forge.lthn.ai/core/api. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
5143c211d3
commit
ad5418f3b1
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -3,7 +3,7 @@ module forge.lthn.ai/core/element-template
|
|||
go 1.26.0
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go-api v0.1.0
|
||||
forge.lthn.ai/core/api v0.1.0
|
||||
forge.lthn.ai/core/go-log v0.0.1
|
||||
forge.lthn.ai/core/go-ws v0.1.3
|
||||
)
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -17,7 +17,7 @@ import (
|
|||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
api "forge.lthn.ai/core/go-api"
|
||||
api "forge.lthn.ai/core/api"
|
||||
"forge.lthn.ai/core/go-log"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue