forked from lujiacn/revauth_v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 801 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/lujiacn/revauth_v1
go 1.14
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/garyburd/redigo v1.6.2 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.3.3
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/lujiacn/mgodo v0.22.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/revel/config v1.0.0 // indirect
github.com/revel/revel v1.0.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202
google.golang.org/grpc v1.31.1
gopkg.in/yaml.v2 v2.3.0 // indirect
)