Compare commits
No commits in common. "main" and "dev" have entirely different histories.
1 changed files with 6 additions and 6 deletions
12
go.mod
12
go.mod
|
|
@ -7,18 +7,18 @@ require (
|
||||||
dappco.re/go/core/i18n v0.2.0
|
dappco.re/go/core/i18n v0.2.0
|
||||||
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/cli v0.3.7
|
forge.lthn.ai/core/cli v0.3.7
|
||||||
dappco.re/go/core/store v0.1.10
|
forge.lthn.ai/core/go-store v0.1.10
|
||||||
github.com/ProtonMail/go-crypto v1.4.0
|
github.com/ProtonMail/go-crypto v1.4.0
|
||||||
github.com/stretchr/testify v1.11.1
|
github.com/stretchr/testify v1.11.1
|
||||||
golang.org/x/crypto v0.49.0
|
golang.org/x/crypto v0.49.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
dappco.re/go/core v0.3.2 // indirect
|
forge.lthn.ai/core/go v0.3.2 // indirect
|
||||||
dappco.re/go/core/i18n v0.1.7 // indirect
|
forge.lthn.ai/core/go-i18n v0.1.7 // indirect
|
||||||
dappco.re/go/core/inference v0.1.7 // indirect
|
forge.lthn.ai/core/go-inference v0.1.7 // indirect
|
||||||
dappco.re/go/core/log v0.0.4 // indirect
|
forge.lthn.ai/core/go-log v0.0.4 // indirect
|
||||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||||
github.com/charmbracelet/bubbletea v1.3.10 // indirect
|
github.com/charmbracelet/bubbletea v1.3.10 // indirect
|
||||||
github.com/charmbracelet/colorprofile v0.4.3 // indirect
|
github.com/charmbracelet/colorprofile v0.4.3 // indirect
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue