-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (24 loc) · 1.1 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
module backend
require (
github.com/appleboy/gin-jwt v0.0.0-20190216100112-ca1084e5d5a2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.3.0
github.com/golang/snappy v0.0.1 // indirect
github.com/goware/emailx v0.0.0-20171023230436-0bae9679d4e3
github.com/graphql-go/graphql v0.7.7
github.com/h2non/filetype v1.0.8
github.com/kr/pty v1.1.3 // indirect
github.com/mattn/go-colorable v0.1.0 // indirect
github.com/mongodb/mongo-go-driver v0.3.0
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/stevens-tyr/tyr-gin v0.0.0-20190425213457-b732fe2f3bd4
github.com/tidwall/gjson v1.2.1 // indirect
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
golang.org/x/sys v0.0.0-20190220154126-629670e5acc5 // indirect
golang.org/x/tools v0.0.0-20190221000707-a754db16a40a // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
)