Skip to content

Commit 6d8ea51

Browse files
bump api to get fix in the bundle size check (#5561)
1 parent 8c13028 commit 6d8ea51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1414
github.com/onsi/ginkgo v1.16.5
1515
github.com/onsi/gomega v1.17.0
16-
github.com/operator-framework/api v0.11.2-0.20220208215419-e8208e3dcf33
16+
github.com/operator-framework/api v0.11.2-0.20220222220053-bbe9c3235aff
1717
github.com/operator-framework/helm-operator-plugins v0.0.9
1818
github.com/operator-framework/java-operator-plugins v0.2.0
1919
github.com/operator-framework/operator-lib v0.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,8 @@ github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnh
928928
github.com/operator-framework/api v0.4.0/go.mod h1:xXYReW8+PpSBHMxsf0e7uhtfQTLqIM1iz4X6zUs20+c=
929929
github.com/operator-framework/api v0.10.0/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI=
930930
github.com/operator-framework/api v0.10.5/go.mod h1:tV0BUNvly7szq28ZPBXhjp1Sqg5yHCOeX19ui9K4vjI=
931-
github.com/operator-framework/api v0.11.2-0.20220208215419-e8208e3dcf33 h1:yOfR9ehPoeux2EUu+8wYzRwIeIPTC+v4lcrNcGGDl4k=
932-
github.com/operator-framework/api v0.11.2-0.20220208215419-e8208e3dcf33/go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0=
931+
github.com/operator-framework/api v0.11.2-0.20220222220053-bbe9c3235aff h1:s0YTm8hQ363DhZiGo7QZgkiteauTIYb7oGUElW3PQnQ=
932+
github.com/operator-framework/api v0.11.2-0.20220222220053-bbe9c3235aff/go.mod h1:r/erkmp9Kc1Al4dnxmRkJYc0uCtD5FohN9VuJ5nTxz0=
933933
github.com/operator-framework/helm-operator-plugins v0.0.9 h1:G5aBY5sPrNXcRiKLpAaBMOYm7q0+qCmk9XWOAL/ZJuc=
934934
github.com/operator-framework/helm-operator-plugins v0.0.9/go.mod h1:LFi/PUYE+xA5ubF3ZrleYE1Ez7cphJzSYpjHAyLiNwQ=
935935
github.com/operator-framework/java-operator-plugins v0.2.0 h1:nIc3/pmH9j9lA6IzcnBBOl1D1V7XFculETUJrucOcrk=

0 commit comments

Comments
 (0)