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

25 lines
942 B

module github.com/rancher/k3d
6 years ago
go 1.12
require (
6 years ago
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/containerd/containerd v1.2.7 // indirect
6 years ago
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20190723064612-a9dc697fd2a5
github.com/docker/go-connections v0.4.0
6 years ago
github.com/docker/go-units v0.3.3 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
6 years ago
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
6 years ago
github.com/olekukonko/tablewriter v0.0.1
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
6 years ago
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
6 years ago
github.com/stretchr/testify v1.3.0 // indirect
github.com/urfave/cli v1.20.0
6 years ago
golang.org/x/net v0.0.0-20190403144856-b630fd6fe46b // indirect
google.golang.org/grpc v1.22.0 // indirect
)