mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
e28be2912c
* Upgrade and convert ginkgo from v1 to v2 * Move all integration tests into integration folder * Update TESTING.md Signed-off-by: Derek Nola <derek.nola@suse.com>
11 lines
235 B
Modula-2
11 lines
235 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/v2 v2.1.1
|
|
github.com/onsi/gomega v1.17.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|