-
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
33ff6ab
commit 140e570
Showing
2 changed files
with
60 additions
and
77 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
module github.com/apache/camel-k/v2 | ||
|
||
go 1.21 | ||
toolchain go1.22.3 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 | ||
|
@@ -11,15 +12,15 @@ require ( | |
github.com/go-logr/logr v1.4.2 | ||
github.com/google/go-github/v52 v52.0.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/imdario/mergo v0.3.13 | ||
github.com/imdario/mergo v0.3.16 | ||
github.com/jpillora/backoff v1.0.0 | ||
github.com/magiconair/properties v1.8.7 | ||
github.com/mattn/go-shellwords v1.0.12 | ||
github.com/mitchellh/mapstructure v1.5.0 | ||
github.com/onsi/gomega v1.33.1 | ||
// go get github.com/openshift/[email protected] | ||
github.com/openshift/api v0.0.0-20240228005710-4511c790cc60 | ||
github.com/operator-framework/api v0.20.0 | ||
github.com/operator-framework/api v0.26.0 | ||
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.67.1 | ||
github.com/prometheus/client_golang v1.19.1 | ||
github.com/prometheus/client_model v0.6.1 | ||
|
@@ -41,19 +42,19 @@ require ( | |
golang.org/x/text v0.16.0 | ||
golang.org/x/time v0.5.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.28.8 | ||
k8s.io/apiextensions-apiserver v0.28.8 | ||
k8s.io/apimachinery v0.28.8 | ||
k8s.io/api v0.30.1 | ||
k8s.io/apiextensions-apiserver v0.30.1 | ||
k8s.io/apimachinery v0.30.1 | ||
k8s.io/cli-runtime v0.28.8 | ||
k8s.io/client-go v0.28.8 | ||
k8s.io/client-go v0.30.1 | ||
k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9 | ||
k8s.io/klog/v2 v2.120.1 | ||
k8s.io/kubectl v0.28.8 | ||
k8s.io/utils v0.0.0-20230505201702-9f6742963106 | ||
k8s.io/utils v0.0.0-20240102154912-e7106e64919e | ||
knative.dev/eventing v0.40.3 | ||
knative.dev/pkg v0.0.0-20240116073220-b488e7be5902 | ||
knative.dev/serving v0.40.1 | ||
sigs.k8s.io/controller-runtime v0.16.5 | ||
sigs.k8s.io/controller-runtime v0.18.4 | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | ||
) | ||
|
||
|
@@ -76,14 +77,14 @@ require ( | |
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/docker v24.0.9+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.11.0 // indirect | ||
github.com/evanphx/json-patch/v5 v5.8.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.11.2 // indirect | ||
github.com/evanphx/json-patch/v5 v5.9.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.2.4 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/go-logr/zapr v1.3.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.2 // indirect | ||
github.com/go-openapi/jsonreference v0.20.4 // indirect | ||
github.com/go-openapi/swag v0.22.9 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
|
@@ -92,7 +93,8 @@ require ( | |
github.com/google/go-containerregistry v0.16.1 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect | ||
github.com/hashicorp/golang-lru v1.0.2 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
|
@@ -107,6 +109,7 @@ require ( | |
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.2 // indirect | ||
|
@@ -126,23 +129,21 @@ require ( | |
github.com/vbatts/tar-split v0.11.3 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
google.golang.org/api v0.171.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect | ||
google.golang.org/grpc v1.62.1 // indirect | ||
google.golang.org/protobuf v1.34.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 | ||
k8s.io/component-base v0.28.8 // indirect | ||
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect | ||
knative.dev/networking v0.0.0-20240116081125-ce0738abf051 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
|
Oops, something went wrong.