mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 05:49:50 +00:00
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
|
|
)
|