mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-24 00:29:46 -05:00
21 lines
974 B
Modula-2
21 lines
974 B
Modula-2
module github.com/terraform-providers/terraform-provider-docker
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/Microsoft/hcsshim v0.8.9 // indirect
|
|
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
|
|
github.com/docker/cli v0.0.0-20200303215952-eb310fca4956 // v19.03.8
|
|
github.com/docker/distribution v0.0.0-20180522175653-f0cc92778478 // indirect
|
|
github.com/docker/docker v0.7.3-0.20190525203055-f25e0c6f3093
|
|
github.com/docker/docker-credential-helpers v0.6.3
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/gorilla/mux v1.7.2 // indirect
|
|
github.com/hashicorp/terraform-plugin-sdk v1.0.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
|
|
github.com/opencontainers/image-spec v0.0.0-20171125024018-577479e4dc27 // indirect
|
|
github.com/opencontainers/runc v0.1.1 // indirect
|
|
)
|
|
|
|
go 1.15
|