Skip to content

Commit 8c2ce49

Browse files
committed
Add openapi go libraries as vendored dependencies
1 parent 7b3f6ce commit 8c2ce49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Gopkg.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
# Packages required by users
1616
required = ["sigs.k8s.io/testing_frameworks/integration",
1717
"k8s.io/client-go/plugin/pkg/client/auth",
18-
"github.com/spf13/pflag"]
18+
"github.com/spf13/pflag",
19+
"github.com/emicklei/go-restful",
20+
"github.com/go-openapi/spec",
21+
"k8s.io/kube-openapi/pkg/common",
22+
]
1923

2024
[[constraint]]
2125
name = "sigs.k8s.io/testing_frameworks"

0 commit comments

Comments
 (0)