chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
53c4f1d645
commit
16f8ffc22c
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -4,7 +4,6 @@ go 1.26.0
|
|||
|
||||
require (
|
||||
forge.lthn.ai/core/cli v0.1.0
|
||||
forge.lthn.ai/core/go v0.1.0
|
||||
forge.lthn.ai/core/go-api v0.1.0
|
||||
forge.lthn.ai/core/go-i18n v0.0.3
|
||||
forge.lthn.ai/core/go-inference v0.1.0
|
||||
|
|
@ -20,6 +19,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go v0.1.0 // indirect
|
||||
forge.lthn.ai/core/go-crypt v0.1.0 // indirect
|
||||
forge.lthn.ai/core/go-mlx v0.1.0 // indirect
|
||||
github.com/99designs/gqlgen v0.17.87 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue