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

14 lines
406 B

module github.com/rancher/k3d
6 years ago
go 1.12
require (
github.com/kr/pretty v0.1.0 // indirect
5 years ago
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
5 years ago
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)