forked from HackIllinois/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 713 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/HackIllinois/api
require (
github.com/arbor-dev/arbor v0.3.0
github.com/aws/aws-sdk-go v1.16.18
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/mux v1.6.2
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/leodido/go-urn v1.1.0 // indirect
github.com/levigross/grequests v0.0.0-20181123014746-f3f67e7783bb
github.com/thoas/stats v0.0.0-20181218120333-e97827ebd7ca
gopkg.in/go-playground/validator.v9 v9.25.0
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)
go 1.13