-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/operator-framework/api
Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.20.0 to 0.26.0. - [Release notes](https://github.com/operator-framework/api/releases) - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md) - [Commits](operator-framework/api@v0.20.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
43adc1f
commit eb48e09
Showing
2 changed files
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ require ( | |
github.com/onsi/gomega v1.35.1 | ||
// go get github.com/openshift/[email protected] | ||
github.com/openshift/api v0.0.0-20240228005710-4511c790cc60 | ||
github.com/operator-framework/api v0.23.0 | ||
github.com/operator-framework/api v0.27.0 | ||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.2 | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/prometheus/client_model v0.6.1 | ||
|
@@ -41,19 +41,19 @@ require ( | |
golang.org/x/text v0.20.0 | ||
golang.org/x/time v0.8.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.30.6 | ||
k8s.io/apiextensions-apiserver v0.30.6 | ||
k8s.io/apimachinery v0.30.6 | ||
k8s.io/api v0.31.0 | ||
k8s.io/apiextensions-apiserver v0.31.0 | ||
k8s.io/apimachinery v0.31.0 | ||
k8s.io/cli-runtime v0.30.6 | ||
k8s.io/client-go v0.30.6 | ||
k8s.io/client-go v0.31.0 | ||
k8s.io/gengo v0.0.0-20240404160639-a0386bf69313 | ||
k8s.io/klog/v2 v2.130.1 | ||
k8s.io/kubectl v0.30.6 | ||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 | ||
knative.dev/eventing v0.43.1 | ||
knative.dev/pkg v0.0.0-20241021183759-9b9d535af5ad | ||
knative.dev/serving v0.42.2 | ||
sigs.k8s.io/controller-runtime v0.18.5 | ||
sigs.k8s.io/controller-runtime v0.19.0 | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.3 | ||
) | ||
|
||
|
@@ -78,6 +78,7 @@ require ( | |
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.12.1 // indirect | ||
github.com/evanphx/json-patch/v5 v5.9.0 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/go-kit/log v0.2.1 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/go-logr/zapr v1.3.0 // indirect | ||
|
@@ -104,7 +105,7 @@ require ( | |
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/moby/spdystream v0.2.0 // indirect | ||
github.com/moby/spdystream v0.4.0 // indirect | ||
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
|
@@ -127,6 +128,7 @@ require ( | |
github.com/spf13/cast v1.6.0 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/vbatts/tar-split v0.11.3 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect | ||
|
@@ -140,6 +142,7 @@ require ( | |
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
google.golang.org/grpc v1.67.1 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters