update go mod

This commit is contained in:
2025-04-26 21:22:59 +08:00
parent de2e49144f
commit 73cf1be49c
2 changed files with 18 additions and 21 deletions

17
go.mod
View File

@ -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
)