17 lines
553 B
Modula-2
17 lines
553 B
Modula-2
module github.com/rancher/k3d/tools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.12 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
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/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
)
|