File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
github.com/operator-framework/api/pkg/validation Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
github.com/onsi/gomega v1.15.0
26
26
github.com/openshift/api v0.0.0-20200331152225-585af27e34fd
27
27
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0
28
- github.com/operator-framework/api v0.10.8-0.20211210205029-40cb9fd4036a
28
+ github.com/operator-framework/api v0.11.0
29
29
github.com/operator-framework/operator-registry v1.17.5
30
30
github.com/otiai10/copy v1.2.0
31
31
github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -927,8 +927,8 @@ github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJ
927
927
github.com/openzipkin/zipkin-go v0.2.1 /go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4 =
928
928
github.com/openzipkin/zipkin-go v0.2.2 /go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4 =
929
929
github.com/operator-framework/api v0.7.1 /go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY =
930
- github.com/operator-framework/api v0.10.8-0.20211210205029-40cb9fd4036a h1:tX+zUHdTkn7NfLt9Y8zjsfmSeZkE+sKQEZRqYkVdHYo =
931
- github.com/operator-framework/api v0.10.8-0.20211210205029-40cb9fd4036a /go.mod h1:FTiYGm11fZQ3cSX+EQHc/UWoGZAwkGfyeHU+wMJ8jmA =
930
+ github.com/operator-framework/api v0.11.0 h1:W9V1NNwl3LWPQL9S1pDaFONCarJLl8Xu6gdF9w54hTE =
931
+ github.com/operator-framework/api v0.11.0 /go.mod h1:FTiYGm11fZQ3cSX+EQHc/UWoGZAwkGfyeHU+wMJ8jmA =
932
932
github.com/operator-framework/operator-registry v1.17.5 h1:LR8m1rFz5Gcyje8WK6iYt+gIhtzqo52zMRALdmTYHT0 =
933
933
github.com/operator-framework/operator-registry v1.17.5 /go.mod h1:sRQIgDMZZdUcmHltzyCnM6RUoDF+WS8Arj1BQIARDS8 =
934
934
github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k =
Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ github.com/openshift/client-go/config/informers/externalversions/config
515
515
github.com/openshift/client-go/config/informers/externalversions/config/v1
516
516
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
517
517
github.com/openshift/client-go/config/listers/config/v1
518
- # github.com/operator-framework/api v0.10.8-0.20211210205029-40cb9fd4036a
518
+ # github.com/operator-framework/api v0.11.0
519
519
## explicit
520
520
github.com/operator-framework/api/crds
521
521
github.com/operator-framework/api/pkg/constraints
You can’t perform that action at this time.
0 commit comments