update go mod

This commit is contained in:
白茶清欢 2023-08-01 17:23:44 +08:00
parent e92246d281
commit 773ac512f3
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -3,6 +3,7 @@ module git.zhangdeman.cn/zhangdeman/util
go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/Jeffail/gabs v1.4.0
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
@ -18,7 +19,6 @@ require (
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect