k3s/tests/e2e/go.mod
Shylaja Devadiga 4f03532f47 Add nightly automation tests
Signed-off-by: Shylaja Devadiga <shylaja@rancher.com>
2021-07-30 11:43:28 -07:00

12 lines
274 B
Modula-2

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
)