mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-23 15:12:56 -05:00
Multiple fixes for handling private registries and login credential retrieval on OSX. - Fixes check for image locally before pulling it: #24 - Fixes image prefix workaround: #120 - Fixes passing of the `--with-registry-auth` flag: #77 - Fixes docker registry credentials in osxkeychain: #125
22 lines
1.2 KiB
Modula-2
22 lines
1.2 KiB
Modula-2
module github.com/terraform-providers/terraform-provider-docker
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.11 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/docker/distribution v0.0.0-20180522175653-f0cc92778478 // indirect
|
|
github.com/docker/docker v0.0.0-20180530012807-65bd038fc5e4
|
|
github.com/docker/docker-credential-helpers v0.6.2
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.0.0-20171221200356-d59758554a3d
|
|
github.com/gogo/protobuf v0.0.0-20180121160031-26de2f9a7d3b // indirect
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
|
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
|
|
github.com/hashicorp/terraform v0.11.12-beta1.0.20190227065421-fc531f54a878
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/opencontainers/image-spec v0.0.0-20171125024018-577479e4dc27 // indirect
|
|
github.com/pkg/errors v0.0.0-20171216070316-e881fd58d78e // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
|
|
golang.org/x/net v0.0.0-20180530034148-89e543239a64 // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
)
|