-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (24 loc) · 985 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
23
24
25
26
module boilerplate
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/friendsofgo/errors v0.9.2
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/gorilla/mux v1.7.4
github.com/joho/godotenv v1.3.0
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.5.2
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/viper v1.7.0
github.com/volatiletech/inflect v0.0.1 // indirect
github.com/volatiletech/null v8.0.0+incompatible
github.com/volatiletech/sqlboiler v3.7.1+incompatible
)