mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
13 lines
373 B
Modula-2
13 lines
373 B
Modula-2
module github.com/silenceper/wechat/v2
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gomodule/redigo v1.8.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|