2019-03-01 16:02:58 -05:00
|
|
|
module github.com/terraform-providers/terraform-provider-docker
|
|
|
|
|
|
|
|
|
|
require (
|
2021-03-08 07:18:21 -05:00
|
|
|
github.com/docker/cli v20.10.5+incompatible
|
|
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
|
|
|
github.com/docker/docker v20.10.5+incompatible
|
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-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
|
2021-03-08 07:18:21 -05:00
|
|
|
github.com/moby/buildkit v0.8.1 // indirect
|
|
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
|
|
|
github.com/moby/sys/symlink v0.1.0 // indirect
|
|
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
|
|
|
|
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
|
|
|
|
|
gotest.tools/v3 v3.0.3 // indirect
|
2019-03-01 16:02:58 -05:00
|
|
|
)
|
2019-10-09 14:25:38 -04:00
|
|
|
|
2020-10-13 05:23:18 -04:00
|
|
|
go 1.15
|