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
|
2020-10-07 14:06:13 -04:00
|
|
|
github.com/Microsoft/hcsshim v0.8.9 // indirect
|
|
|
|
|
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // 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 14:06:13 -04:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.3
|
2019-03-01 16:02:58 -05:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2020-10-07 14:06:13 -04:00
|
|
|
github.com/docker/go-units v0.4.0
|
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
|
2020-10-07 14:06:13 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.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/image-spec v0.0.0-20171125024018-577479e4dc27 // indirect
|
2020-10-07 14:06:13 -04:00
|
|
|
github.com/opencontainers/runc v0.1.1 // indirect
|
2019-03-01 16:02:58 -05:00
|
|
|
)
|
2019-10-09 14:25:38 -04:00
|
|
|
|
|
|
|
|
go 1.13
|