We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3f6ce commit 8c2ce49Copy full SHA for 8c2ce49
Gopkg.toml
@@ -15,7 +15,11 @@
15
# Packages required by users
16
required = ["sigs.k8s.io/testing_frameworks/integration",
17
"k8s.io/client-go/plugin/pkg/client/auth",
18
- "github.com/spf13/pflag"]
+ "github.com/spf13/pflag",
19
+ "github.com/emicklei/go-restful",
20
+ "github.com/go-openapi/spec",
21
+ "k8s.io/kube-openapi/pkg/common",
22
+ ]
23
24
[[constraint]]
25
name = "sigs.k8s.io/testing_frameworks"
0 commit comments