From f44b90c10bced3168b7bda35d32128371617304f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Thu, 30 Jun 2022 20:42:35 +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 e85e4b4..e10cfa5 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,7 @@ require ( git.zhangdeman.cn/zhangdeman/util v0.0.0-20220626081130-cbac0b676fb8 github.com/ddliu/go-httpclient v0.6.9 github.com/gin-gonic/gin v1.8.1 + github.com/tidwall/gjson v1.14.1 go.uber.org/zap v1.21.0 ) @@ -23,7 +24,6 @@ require ( github.com/pelletier/go-toml/v2 v2.0.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect - github.com/tidwall/gjson v1.14.1 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect github.com/ugorji/go/codec v1.2.7 // indirect