增加字符串编码转换

This commit is contained in:
2022-07-09 14:42:31 +08:00
parent ec9271c0f3
commit 2936ec4ba5
3 changed files with 33 additions and 3 deletions

8
go.mod
View File

@@ -3,15 +3,17 @@ module git.zhangdeman.cn/zhangdeman/util
go 1.17
require (
github.com/Jeffail/gabs v1.4.0
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/go-ini/ini v1.66.6
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/tidwall/gjson v1.14.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/Jeffail/gabs v1.4.0 // indirect
github.com/go-ini/ini v1.66.6 // indirect
github.com/tidwall/gjson v1.14.1 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)