升级go版本go1.17 -> go1.20

This commit is contained in:
2023-04-09 02:37:42 +08:00
parent 82a530d779
commit 5cfbbbb832
2 changed files with 6 additions and 3 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module git.zhangdeman.cn/zhangdeman/util
go 1.17
go 1.20
require (
github.com/Jeffail/gabs v1.4.0
@@ -9,7 +9,7 @@ require (
github.com/go-ini/ini v1.67.0
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.2
github.com/tidwall/gjson v1.14.4
gopkg.in/yaml.v3 v3.0.1
)