-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.42 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
30
module github.com/tquach/prestige-api
go 1.13
require (
github.com/bmizerany/pat v0.0.0-20160217103242-c068ca2f0aac
github.com/creack/dogstatsd v0.0.0-20150527162907-6f7ec220fec2
github.com/dgrijalva/jwt-go v2.4.1-0.20160322221419-668b54691aea+incompatible
github.com/garyburd/redigo v0.0.0-20160302234602-4ed1111375cb
github.com/go-stack/stack v1.8.0 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v2.7.2-0.20160304222627-1ad4c0090a49+incompatible
github.com/jinzhu/inflection v0.0.0-20160817014601-74387dc39a75 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v0.0.0-20160306064014-165a3529e799
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/rs/cors v0.0.0-20160321231048-3ca2b550f6a4
github.com/rs/xhandler v0.0.0-20151224012956-d9d9599b6aaf // indirect
github.com/shopspring/decimal v0.0.0-20191130220710-360f2bc03045 // indirect
github.com/stretchr/testify v1.4.0 // indirect
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec // indirect
gopkg.in/pg.v4 v4.8.8
gopkg.in/yaml.v2 v2.2.4
)