2019-03-01 16:02:58 -05:00
|
|
|
module github.com/terraform-providers/terraform-provider-docker
|
|
|
|
|
|
|
|
|
|
require (
|
2021-03-18 03:30:54 -04:00
|
|
|
github.com/Microsoft/hcsshim v0.8.15 // indirect
|
|
|
|
|
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e // indirect
|
|
|
|
|
github.com/docker/cli v20.10.0-beta1.0.20201029214301-1d20b15adc38+incompatible // v19.03.8
|
2021-03-08 07:18:21 -05:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2021-03-18 03:30:54 -04:00
|
|
|
github.com/docker/docker v20.10.0+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
|
2021-03-18 03:30:54 -04:00
|
|
|
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
|
|
|
|
|
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.4
|
2020-10-07 14:06:13 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-03-18 03:30:54 -04:00
|
|
|
github.com/moby/buildkit v0.8.2 // indirect
|
2021-03-08 07:18:21 -05:00
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
2021-03-18 03:30:54 -04:00
|
|
|
github.com/sirupsen/logrus v1.8.0 // indirect
|
2021-03-08 07:18:21 -05:00
|
|
|
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
|