forked from golang/hotime
23 lines
919 B
Modula-2
23 lines
919 B
Modula-2
module github.com/silenceper/wechat
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.7.1
|
|
github.com/bradfitz/gomemcache v0.0.0-20160117192205-fb1f79c6b65a
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/gin-gonic/gin v1.1.4
|
|
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
|
|
github.com/gomodule/redigo v1.8.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
|
|
github.com/mattn/go-isatty v0.0.0-20161123143637-30a891c33c7c // indirect
|
|
github.com/spf13/cast v1.3.1
|
|
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.1 // indirect
|
|
)
|