Skip to content

Commit dd85624

Browse files
committedMay 6, 2020
Move bundle validator back to registry under validation package
Move bundle validator from api back to registry and under validation package. The bundle validator is removed from api. Signed-off-by: Vu Dinh <[email protected]>
1 parent 42d3ba5 commit dd85624

File tree

137 files changed

+10441
-5366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+10441
-5366
lines changed
 

‎go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
3232
github.com/opencontainers/runc v1.0.0-rc9 // indirect
3333
github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7 // indirect
34-
github.com/operator-framework/api v0.1.1
34+
github.com/operator-framework/api v0.3.4
3535
github.com/otiai10/copy v1.0.2
3636
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
3737
github.com/pkg/errors v0.9.1
@@ -45,10 +45,10 @@ require (
4545
google.golang.org/grpc v1.26.0
4646
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
4747
gopkg.in/yaml.v2 v2.2.8
48-
k8s.io/api v0.18.0
49-
k8s.io/apiextensions-apiserver v0.18.0
50-
k8s.io/apimachinery v0.18.0
51-
k8s.io/client-go v0.18.0
48+
k8s.io/api v0.18.2
49+
k8s.io/apiextensions-apiserver v0.18.2
50+
k8s.io/apimachinery v0.18.2
51+
k8s.io/client-go v0.18.2
5252
k8s.io/klog v1.0.0
5353
k8s.io/kubectl v0.18.0
5454
)

‎go.sum

+59
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)