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.
k3s/tests/e2e/go.mod

12 lines
274 B

module github.com/rancher/k3s/tests/e2e
go 1.15
require (
github.com/gruntwork-io/terratest v0.30.23
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
)