module github.com/ory/dockertest/v3 go 1.13 require ( github.com/Microsoft/go-winio v0.4.14 github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 github.com/cenkalti/backoff/v4 v4.1.0 github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 github.com/docker/cli v20.10.7+incompatible github.com/docker/docker v20.10.7+incompatible // indirect github.com/docker/go-connections v0.4.0 github.com/docker/go-units v0.4.0 github.com/gogo/protobuf v1.3.2 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2 github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 github.com/opencontainers/go-digest v1.0.0-rc1 // indirect github.com/opencontainers/image-spec v1.0.1 github.com/opencontainers/runc v1.0.0-rc9 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.4.0 github.com/xeipuuv/gojsonschema v1.2.0 // indirect golang.org/x/net v0.0.0-20201021035429-f5854403a974 golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f gotest.tools/v3 v3.0.2 )