chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
35d31be9cf
commit
b96062b621
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-i18n v0.1.0
|
||||
forge.lthn.ai/core/go-io v0.0.1
|
||||
forge.lthn.ai/core/go-process v0.1.0
|
||||
|
|
@ -14,6 +13,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go v0.1.0 // indirect
|
||||
forge.lthn.ai/core/go-crypt v0.0.3 // indirect
|
||||
forge.lthn.ai/core/go-inference v0.0.2 // indirect
|
||||
forge.lthn.ai/core/go-log v0.0.1 // indirect
|
||||
|
|
|
|||
Reference in a new issue