Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/operator-framework/api to v0.21.0 #717

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/openstack-k8s-operators/swift-operator/api v0.4.1-0.20240730222724-fe330560123c
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20240805140426-8079a754a405
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20240805124711-66e3f8a56025
github.com/operator-framework/api v0.20.0
github.com/operator-framework/api v0.21.0
github.com/rabbitmq/cluster-operator/v2 v2.9.0
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.2024080514042
github.com/openstack-k8s-operators/telemetry-operator/api v0.4.1-0.20240805140426-8079a754a405/go.mod h1:CohmdxMJoJbD2u5rK+VYw0Ij2kT5XGvz/R5S0FIr5sA=
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20240805124711-66e3f8a56025 h1:9H02LPwq1FQc/4qQluRRDB9nuAqFrO2TLhryiOde4f0=
github.com/openstack-k8s-operators/test-operator/api v0.0.0-20240805124711-66e3f8a56025/go.mod h1:K6ynIX6nRKji0PXFqZyIO6YagiuVq/S3O6wT5rpaJI8=
github.com/operator-framework/api v0.20.0 h1:A2YCRhr+6s0k3pRJacnwjh1Ue8BqjIGuQ2jvPg9XCB4=
github.com/operator-framework/api v0.20.0/go.mod h1:rXPOhrQ6mMeXqCmpDgt1ALoar9ZlHL+Iy5qut9R99a4=
github.com/operator-framework/api v0.21.0 h1:89LhqGTLskxpPR4siEaorkF9PY3KLI51S5mFxP6q1G8=
github.com/operator-framework/api v0.21.0/go.mod h1:3tsDLxXChMY1KgxO5v1CZQogHNQCIMy14YXkXqA5lT4=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down