From e321c06f25acefb9309f4996a2c1c190a21e3bcb Mon Sep 17 00:00:00 2001 From: lijianbin <513837235@.qq.com> Date: Fri, 9 Sep 2022 17:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8B=9B=E8=A1=8C=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=80=9A=E7=94=A8=E5=87=BD=E6=95=B0=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 7 +++++++ map.go | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8b2adee..9672dba 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,10 @@ module git.tetele.net/tgo/helper go 1.14 + +require ( + git.tetele.net/tgo/crypter v0.2.2 + github.com/ZZMarquis/gm v1.3.2 + github.com/json-iterator/go v1.1.12 + golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect +) diff --git a/map.go b/map.go index 0eedd6c..7b88735 100644 --- a/map.go +++ b/map.go @@ -1,7 +1,6 @@ package helper import ( - "encoding/json" "errors" "net/url" "sort"