mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-28 18:49:49 -05:00
23 lines
953 B
Modula-2
23 lines
953 B
Modula-2
module github.com/terraform-providers/terraform-provider-docker
|
|
|
|
require (
|
|
github.com/Microsoft/hcsshim v0.8.15 // indirect
|
|
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e // indirect
|
|
github.com/docker/cli v20.10.8+incompatible
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v20.10.8+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
|
|
github.com/hashicorp/terraform-plugin-docs v0.4.0 // indirect
|
|
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/moby/buildkit v0.8.2 // indirect
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
github.com/sirupsen/logrus v1.8.0 // indirect
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
)
|
|
|
|
go 1.16
|