fix: migrate module paths from forge.lthn.ai to dappco.re
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
2fa87bfeb6
commit
ed9bdd1306
1 changed files with 12 additions and 5 deletions
17
go.mod
17
go.mod
|
|
@ -1,19 +1,26 @@
|
||||||
module forge.lthn.ai/core/go-rocm
|
module dappco.re/go/core/rocm
|
||||||
|
|
||||||
go 1.26.0
|
go 1.26.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
forge.lthn.ai/core/go-inference v0.1.5
|
dappco.re/go/core/inference v0.1.5
|
||||||
forge.lthn.ai/core/go-log v0.0.4
|
dappco.re/go/core/log v0.0.4
|
||||||
)
|
)
|
||||||
|
|
||||||
require github.com/kr/text v0.2.0 // indirect
|
require github.com/kr/text v0.2.0 // indirect
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
dappco.re/go/core v0.5.0
|
||||||
|
dappco.re/go/core/api v0.2.0
|
||||||
|
dappco.re/go/core/i18n v0.2.0
|
||||||
|
dappco.re/go/core/io v0.2.0
|
||||||
|
dappco.re/go/core/log v0.1.0
|
||||||
|
dappco.re/go/core/process v0.3.0
|
||||||
|
dappco.re/go/core/scm v0.4.0
|
||||||
|
dappco.re/go/core/store v0.2.0
|
||||||
|
dappco.re/go/core/ws v0.3.0
|
||||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||||||
github.com/stretchr/testify v1.11.1
|
github.com/stretchr/testify v1.11.1
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
replace forge.lthn.ai/core/go-inference => ../go-inference
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue