forked from sindreslungaard/duel-masters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 682 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module duel-masters
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607 // indirect
github.com/gin-gonic/gin v1.6.2
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/gorm v1.9.12 // indirect
github.com/joho/godotenv v1.3.0
github.com/sirupsen/logrus v1.5.0
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf // indirect
github.com/ventu-io/go-shortid v0.0.0-20171029131806-771a37caa5cf
go.mongodb.org/mongo-driver v1.3.2
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
)