mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
4f03532f47
Signed-off-by: Shylaja Devadiga <shylaja@rancher.com>
12 lines
274 B
Modula-2
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
|
|
)
|