2019-03-01 16:02:58 -05:00
|
|
|
module github.com/terraform-providers/terraform-provider-docker
|
|
|
|
|
|
|
|
|
|
require (
|
2019-05-26 08:20:39 -04:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2019-03-01 16:02:58 -05:00
|
|
|
github.com/Microsoft/go-winio v0.4.11 // indirect
|
2020-10-07 13:51:56 -04:00
|
|
|
github.com/docker/cli v0.0.0-20200303215952-eb310fca4956 // v19.03.8
|
2019-03-01 16:02:58 -05:00
|
|
|
github.com/docker/distribution v0.0.0-20180522175653-f0cc92778478 // indirect
|
2019-05-26 08:20:39 -04:00
|
|
|
github.com/docker/docker v0.7.3-0.20190525203055-f25e0c6f3093
|
2020-10-07 13:51:56 -04:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.3 // indirect
|
2019-03-01 16:02:58 -05:00
|
|
|
github.com/docker/go-connections v0.4.0
|
|
|
|
|
github.com/docker/go-units v0.0.0-20171221200356-d59758554a3d
|
2019-10-09 14:25:38 -04:00
|
|
|
github.com/gogo/protobuf v1.3.0 // indirect
|
2019-05-26 08:20:39 -04:00
|
|
|
github.com/gorilla/mux v1.7.2 // indirect
|
2019-10-09 14:25:38 -04:00
|
|
|
github.com/hashicorp/terraform-plugin-sdk v1.0.0
|
2019-05-26 08:20:39 -04:00
|
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
|
2019-03-01 16:02:58 -05:00
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
|
|
|
github.com/opencontainers/image-spec v0.0.0-20171125024018-577479e4dc27 // indirect
|
2019-10-09 14:25:38 -04:00
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2019-05-26 08:20:39 -04:00
|
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
2019-03-01 16:02:58 -05:00
|
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
|
|
|
)
|
2019-10-09 14:25:38 -04:00
|
|
|
|
|
|
|
|
go 1.13
|