module github.com/BraspagDevelopers/canned-testcontainers go 1.14 require ( github.com/Microsoft/hcsshim v0.8.9 // indirect github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce // indirect github.com/docker/go-connections v0.4.0 github.com/golang/protobuf v1.4.2 // indirect github.com/opencontainers/go-digest v1.0.0 // indirect github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.6.0 // indirect github.com/stretchr/testify v1.6.1 github.com/testcontainers/testcontainers-go v0.7.0 golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485 // indirect google.golang.org/grpc v1.31.0 // indirect google.golang.org/protobuf v1.25.0 // indirect )