From 5a39f9d8c00d172a6ab4160ff22226b8e87d93c2 Mon Sep 17 00:00:00 2001 From: guzeng Date: Thu, 7 Apr 2022 14:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 5 ++++- go.sum | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5b88a90..3c0d675 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module git.tetele.net/tgo/wechat go 1.16 -require github.com/json-iterator/go v1.1.12 +require ( + git.tetele.net/tgo/helper v0.3.2 // indirect + github.com/json-iterator/go v1.1.12 +) diff --git a/go.sum b/go.sum index 5ad85e0..b3309fd 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +git.tetele.net/tgo/helper v0.3.2 h1:3Pd3Ih3Ux+zFSjNZZv+4MSsVQiZ5HOfQmSus5+7rKR0= +git.tetele.net/tgo/helper v0.3.2/go.mod h1:89mQwyfqZ+t8YXiVwzSxA70gLlUNqoZGDEUxvV46jXk= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=