update go mod
This commit is contained in:
17
go.mod
17
go.mod
@ -1,19 +1,14 @@
|
||||
module git.zhangdeman.cn/zhangdeman/serialize
|
||||
|
||||
go 1.21
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.21.4
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
git.zhangdeman.cn/zhangdeman/util v0.0.0-20240618042405-6ee2c904644e
|
||||
github.com/BurntSushi/toml v1.4.0
|
||||
github.com/BurntSushi/toml v1.5.0
|
||||
github.com/go-ini/ini v1.67.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241125081557-cacc6b3cafc6
|
||||
|
||||
require (
|
||||
github.com/sbabiv/xml2map v1.2.1
|
||||
github.com/stretchr/testify v1.9.0 // indirect
|
||||
)
|
||||
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250425024726-cc17224cb995
|
||||
github.com/stretchr/testify v1.9.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user