-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
38 lines (35 loc) · 1.74 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module weixinsdk
go 1.13
require (
git.apache.org/thrift.git v0.0.0-00010101000000-000000000000
github.com/DataDog/zstd v1.4.4 // indirect
github.com/Sereal/Sereal v0.0.0-20191211210414-3a6c62eca003 // indirect
github.com/Unknwon/goconfig v0.0.0-20191126170842-860a72fb44fd
github.com/asdine/storm v2.1.2+incompatible
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.8
github.com/kataras/pio v0.0.2 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
github.com/lestrrat-go/strftime v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tebeka/strftime v0.1.3 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/zouhuigang/golog v0.0.0-20190624001437-99c81de45f40
github.com/zouhuigang/mapstructure v0.0.0-20180220230111-00c29f56e238
github.com/zouhuigang/package v0.0.0-20190928004120-6174f77677ed
github.com/zouhuigang/package/ztime v0.0.0-20190928004120-6174f77677ed
go.etcd.io/bbolt v1.3.3
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
google.golang.org/appengine v1.6.5 // indirect
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7