fix: migrate module paths from forge.lthn.ai to dappco.re
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
47a3b5d3d1
commit
4ce217ffe9
1 changed files with 8 additions and 8 deletions
16
go.mod
16
go.mod
|
|
@ -1,20 +1,20 @@
|
|||
module forge.lthn.ai/core/go-netops
|
||||
module dappco.re/go/core/netops
|
||||
|
||||
go 1.26.0
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/cli v0.3.5
|
||||
forge.lthn.ai/core/config v0.1.6
|
||||
forge.lthn.ai/core/go-log v0.0.4
|
||||
dappco.re/go/core/cli v0.3.5
|
||||
dappco.re/go/core/config v0.1.6
|
||||
dappco.re/go/core/log v0.0.4
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/unpoller/unifi/v5 v5.20.0
|
||||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go v0.3.1 // indirect
|
||||
forge.lthn.ai/core/go-i18n v0.1.5 // indirect
|
||||
forge.lthn.ai/core/go-inference v0.1.4 // indirect
|
||||
forge.lthn.ai/core/go-io v0.1.5 // indirect
|
||||
dappco.re/go/core v0.3.1 // indirect
|
||||
dappco.re/go/core/i18n v0.1.5 // indirect
|
||||
dappco.re/go/core/inference v0.1.4 // indirect
|
||||
dappco.re/go/core/io v0.1.5 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/brianvoe/gofakeit/v6 v6.28.0 // indirect
|
||||
github.com/charmbracelet/bubbletea v1.3.10 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue