mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
6656d48415
* Add tests to use vagrantfile Signed-off-by: Shylaja Devadiga <shylaja.devadiga@suse.com> * Removed outdated e2e tests. * Removed Terraform Signed-off-by: Derek Nola <derek.nola@suse.com> Co-authored-by: Shylaja Devadiga <shylaja.devadiga@suse.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
11 lines
233 B
Modula-2
11 lines
233 B
Modula-2
module github.com/rancher/k3s/tests/e2e
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.17.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|