-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (28 loc) · 1.4 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
module github.com/stevens-tyr/tyr-gin
require (
github.com/appleboy/gin-jwt v0.0.0-20190216100112-ca1084e5d5a2
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20180617171254-12df4a18567f
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-contrib/static v0.0.0-20181225054800-cf5e10bbd933
github.com/gin-gonic/gin v1.3.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/mongodb/mongo-go-driver v0.2.0
github.com/sirupsen/logrus v1.3.0
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.1.5 // indirect
github.com/tidwall/match v1.0.1 // indirect
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
github.com/ugorji/go/codec v0.0.0-20190128213124-ee1426cffec0 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
golang.org/x/sys v0.0.0-20190130150945-aca44879d564 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/appleboy/gofight.v2 v2.0.0 // indirect
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0 // indirect
)