21 lines
752 B
Modula-2
21 lines
752 B
Modula-2
module lookbuilding
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/coreos/go-semver v0.3.0
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
|
|
github.com/heroku/docker-registry-client v0.0.0-20190909225348-afc9e1acc3d5
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
)
|