Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3d/go.mod

32 lines
1.3 KiB

module github.com/rancher/k3d
6 years ago
go 1.12
require (
5 years ago
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/containerd/containerd v1.2.9 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.4.2-0.20190905191220-3b23f9033967
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.3.0 // indirect
5 years ago
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
5 years ago
github.com/sirupsen/logrus v1.4.1
5 years ago
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0 // indirect
5 years ago
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc // indirect
5 years ago
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 // indirect
5 years ago
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.23.0 // indirect
5 years ago
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gotest.tools v2.2.0+incompatible // indirect
)