chore: align dependency version to v1.0.4 (by AI)
This commit is contained in:
parent
3d6bf15e38
commit
6d29b2b2c2
14
go.mod
14
go.mod
@ -1,3 +1,17 @@
|
||||
module apigo.cc/go/file
|
||||
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
apigo.cc/go/convert v1.0.4
|
||||
apigo.cc/go/encoding v1.0.4
|
||||
apigo.cc/go/safe v1.0.4
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
apigo.cc/go/cast v1.0.4 // indirect
|
||||
apigo.cc/go/rand v1.0.4 // indirect
|
||||
golang.org/x/crypto v0.50.0 // indirect
|
||||
golang.org/x/sys v0.43.0 // indirect
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user