mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:39:19 +00:00
* changing package to k3s-io Signed-off-by: Luther Monson <luther.monson@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module github.com/k3s-io/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
|
|
)
|