mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
1、fix golnt错误
2、将包管理改为go mod
This commit is contained in:
31
go.mod
31
go.mod
@@ -4,31 +4,18 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/astaxie/beego v1.7.1
|
||||
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
||||
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
||||
github.com/bradfitz/gomemcache v0.0.0-20160117192205-fb1f79c6b65a
|
||||
github.com/gin-gonic/gin v1.1.4
|
||||
github.com/gogo/protobuf v1.3.1 // indirect
|
||||
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
|
||||
github.com/gomodule/redigo v2.0.1-0.20180627144507-2cd21d9966bf+incompatible
|
||||
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
||||
github.com/kr/pretty v0.1.0
|
||||
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
|
||||
github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c // indirect
|
||||
github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c // indirect
|
||||
github.com/opentracing/basictracer-go v1.0.0 // indirect
|
||||
github.com/opentracing/opentracing-go v1.1.0 // indirect
|
||||
github.com/prometheus/client_golang v1.2.1 // indirect
|
||||
github.com/prometheus/procfs v0.0.7 // indirect
|
||||
github.com/ramya-rao-a/go-outline v0.0.0-20181122025142-7182a932836a // indirect
|
||||
github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3 // indirect
|
||||
github.com/sourcegraph/ctxvfs v0.0.0-20180418081416-2b65f1b1ea81 // indirect
|
||||
github.com/sourcegraph/go-langserver v2.0.0+incompatible // indirect
|
||||
github.com/sourcegraph/jsonrpc2 v0.0.0-20191113080033-cee7209801bf // indirect
|
||||
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
|
||||
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
|
||||
golang.org/x/sys v0.0.0-20191119195528-f068ffe820e4 // indirect
|
||||
golang.org/x/tools v0.0.0-20191120001058-ad01d5993d97 // indirect
|
||||
golang.org/x/tools/gopls v0.2.1 // indirect
|
||||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
|
||||
github.com/stretchr/testify v1.4.0 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
||||
golang.org/x/net v0.0.0-20191125084936-ffdde1057850 // indirect
|
||||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
||||
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.6 // indirect
|
||||
gopkg.in/go-playground/validator.v8 v8.18.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user