-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
22 lines (20 loc) · 886 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 pract-testcontainers
go 1.14
require (
github.com/Microsoft/go-winio v0.4.15 // indirect
github.com/Microsoft/hcsshim v0.8.10 // indirect
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
github.com/docker/go-connections v0.4.0
github.com/golang-migrate/migrate/v4 v4.13.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/uuid v1.1.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/lib/pq v1.8.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/testcontainers/testcontainers-go v0.9.0
golang.org/x/net v0.0.0-20201109172640-a11eb1b685be // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb // indirect
google.golang.org/grpc v1.33.2 // indirect
)