mirror of
https://github.com/costela/docker-etchosts.git
synced 2025-05-11 18:05:42 +02:00
20 lines
919 B
Modula-2
20 lines
919 B
Modula-2
module github.com/costela/docker-etchosts
|
|
|
|
require (
|
|
docker.io/go-docker v1.0.0
|
|
github.com/Microsoft/go-winio v0.4.9 // indirect
|
|
github.com/cenkalti/backoff v2.1.1+incompatible
|
|
github.com/docker/distribution v0.0.0-20170726174610-edc3ab29cdff // indirect
|
|
github.com/docker/go-connections v0.3.0 // indirect
|
|
github.com/docker/go-units v0.3.3 // indirect
|
|
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect
|
|
github.com/kelseyhightower/envconfig v1.3.0
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect
|
|
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
|
|
golang.org/x/sys v0.0.0-20190130150945-aca44879d564 // indirect
|
|
)
|