Browse Source

修改依赖

master v0.1.1
guzeng 2 years ago
parent
commit
5a39f9d8c0
2 changed files with 6 additions and 1 deletions
  1. +4
    -1
      go.mod
  2. +2
    -0
      go.sum

+ 4
- 1
go.mod View File

@ -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
)

+ 2
- 0
go.sum View File

@ -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=


Loading…
Cancel
Save