-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
42 lines (40 loc) · 1.95 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
39
40
41
42
module github.com/pthethanh/robusta
go 1.13
require (
cloud.google.com/go v0.38.0 // indirect
github.com/NYTimes/gziphandler v1.1.1
github.com/PuerkitoBio/goquery v0.0.0-20190109230704-3dcf72e6c17f
github.com/casbin/casbin v0.0.0-20190610140621-ccd536f4ce69
github.com/casbin/mongodb-adapter v0.0.0-20190403164713-be5dfdc5b197
github.com/dgrijalva/jwt-go v0.0.0-20190530174854-7cd734deee98
github.com/disintegration/imaging v1.6.0
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-playground/validator v9.29.1+incompatible
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/uuid v1.1.0
github.com/gorilla/handlers v0.0.0-20181212232818-7e6a874cdc0e
github.com/gorilla/mux v1.6.2
github.com/gorilla/sessions v1.1.1
github.com/kelseyhightower/envconfig v0.0.0-20180517194557-dd1402a4d99d
github.com/kr/pretty v0.1.0 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/markbates/goth v1.54.1
github.com/pkg/errors v0.0.0-20190217225212-856c240a51a2
github.com/sirupsen/logrus v0.0.0-20190210130017-cdb2f3857cfb
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20191030003036-b2a7f28a184a
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v2 v2.2.2
)