fix: migrate module paths from forge.lthn.ai to dappco.re
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
de94350f13
commit
aa82451444
1 changed files with 7 additions and 7 deletions
14
go.mod
14
go.mod
|
|
@ -11,8 +11,8 @@ require (
|
||||||
dappco.re/go/core/io v0.2.0
|
dappco.re/go/core/io v0.2.0
|
||||||
dappco.re/go/core/log v0.1.0
|
dappco.re/go/core/log v0.1.0
|
||||||
dappco.re/go/core/ws v0.3.0
|
dappco.re/go/core/ws v0.3.0
|
||||||
forge.lthn.ai/core/cli v0.3.7
|
dappco.re/go/core/cli v0.3.7
|
||||||
forge.lthn.ai/core/config v0.1.8
|
dappco.re/go/core/config v0.1.8
|
||||||
github.com/gin-gonic/gin v1.12.0
|
github.com/gin-gonic/gin v1.12.0
|
||||||
github.com/goccy/go-json v0.10.6
|
github.com/goccy/go-json v0.10.6
|
||||||
github.com/gorilla/websocket v1.5.3
|
github.com/gorilla/websocket v1.5.3
|
||||||
|
|
@ -23,11 +23,11 @@ require (
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
forge.lthn.ai/core/go v0.3.3 // indirect
|
dappco.re/go/core v0.3.3 // indirect
|
||||||
forge.lthn.ai/core/go-i18n v0.1.7 // indirect
|
dappco.re/go/core/i18n v0.1.7 // indirect
|
||||||
forge.lthn.ai/core/go-inference v0.1.7 // indirect
|
dappco.re/go/core/inference v0.1.7 // indirect
|
||||||
forge.lthn.ai/core/go-io v0.1.7 // indirect
|
dappco.re/go/core/io v0.1.7 // indirect
|
||||||
forge.lthn.ai/core/go-log v0.0.4 // indirect
|
dappco.re/go/core/log v0.0.4 // indirect
|
||||||
github.com/42wim/httpsig v1.2.3 // indirect
|
github.com/42wim/httpsig v1.2.3 // indirect
|
||||||
github.com/99designs/gqlgen v0.17.88 // indirect
|
github.com/99designs/gqlgen v0.17.88 // indirect
|
||||||
github.com/KyleBanks/depth v1.2.1 // indirect
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue