18 lines
582 B
Modula-2
18 lines
582 B
Modula-2
module hulthe.net/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/docker v1.13.1
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
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
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
|
|
)
|