forked from johanbrandhorst/grpc-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 1 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
module github.com/johanbrandhorst/grpc-postgres
go 1.12
require (
github.com/Masterminds/squirrel v1.1.0
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
github.com/docker/docker v0.7.3-0.20190212235812-0111ee70874a // indirect
github.com/golang-migrate/migrate/v4 v4.2.5
github.com/golang/mock v1.2.0
github.com/golang/protobuf v1.3.1
github.com/gorilla/mux v1.7.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/jackc/pgx v3.3.0+incompatible
github.com/jteeuwen/go-bindata v3.0.7+incompatible
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opencontainers/runc v0.1.1 // indirect
github.com/ory/dockertest v3.3.4+incompatible
github.com/sirupsen/logrus v1.4.1
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect
google.golang.org/grpc v1.19.1
)