-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 838 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/TRileySchwarz/go-database
go 1.12
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-pg/pg v8.0.6+incompatible
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/juju/httprequest v2.0.0+incompatible
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.2.0
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
golang.org/x/net v0.0.0-20191007182048-72f939374954 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20191007185444-6536af71d98a // indirect
gopkg.in/errgo.v1 v1.0.1 // indirect
mellium.im/sasl v0.2.1 // indirect
)