update go mod

This commit is contained in:
2023-11-23 17:00:55 +08:00
parent 098dcddf1f
commit 0d2a068178
2 changed files with 6 additions and 2 deletions

6
go.mod
View File

@ -1,9 +1,11 @@
module git.zhangdeman.cn/zhangdeman/serialize
go 1.20
go 1.21
toolchain go1.21.4
require (
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230815042559-b34984be7444
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231014142840-445c6407db92
github.com/BurntSushi/toml v1.3.2
github.com/go-ini/ini v1.67.0
gopkg.in/yaml.v3 v3.0.1