forked from MerAuctions/MerAuctions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.09 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
module github.com/MerAuctions/MerAuctions
go 1.13
require (
code.sajari.com/word2vec v1.0.0 // indirect
github.com/appleboy/gin-jwt/v2 v2.6.2
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/contrib v0.0.0-20190923054218-35076c1b2bea
github.com/gin-gonic/gin v1.4.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/onsi/ginkgo v1.10.3
github.com/onsi/gomega v1.7.1
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
github.com/ziutek/blas v0.0.0-20190227122918-da4ca23e90bb // indirect
go.mongodb.org/mongo-driver v1.1.3
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
)