From 773ac512f3058a6b4ce298857fdb14c58d12ef0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Tue, 1 Aug 2023 17:23:44 +0800 Subject: [PATCH] update go mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 87dfdf3..825f060 100644 --- a/go.mod +++ b/go.mod @@ -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