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

Bump code dependencies to 1.13 #2578

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
73 changes: 33 additions & 40 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/manifestival/controller-runtime-client v0.4.0
github.com/manifestival/manifestival v0.7.2
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
github.com/openshift/client-go v0.0.0-20220831193253-4950ae70c8ea
github.com/openshift/machine-config-operator v0.0.1-0.20220201192635-14a1ca2cb91f
github.com/operator-framework/api v0.22.0
github.com/operator-framework/operator-lifecycle-manager v0.25.0
Expand All @@ -28,33 +28,38 @@ require (
k8s.io/client-go v0.29.2
knative.dev/eventing v0.40.2
knative.dev/eventing-kafka-broker v0.37.0
knative.dev/hack v0.0.0-20231123073118-c0f04e812cfe
knative.dev/networking v0.0.0-20231012062757-a5958051caf8
knative.dev/operator v0.38.12
knative.dev/pkg v0.0.0-20231103161548-f5b42e8dea44
knative.dev/serving v0.38.5
knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a
knative.dev/networking v0.0.0-20240116081125-ce0738abf051
knative.dev/operator v0.40.3
knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
knative.dev/serving v0.39.1-0.20240123152112-7509f7d9b806
sigs.k8s.io/controller-runtime v0.17.2
sigs.k8s.io/yaml v1.4.0
)

require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/IBM/sarama v1.42.2 // indirect
github.com/cloudevents/conformance v0.2.0 // indirect
github.com/coreos/go-oidc/v3 v3.9.0 // indirect
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/metric v1.24.0 // indirect
go.opentelemetry.io/otel/trace v1.24.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
)
Expand All @@ -67,7 +72,6 @@ require (
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
contrib.go.opencensus.io/exporter/zipkin v0.1.2 // indirect
github.com/Shopify/sarama v1.37.2 // indirect
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blendle/zapdriver v1.3.1 // indirect
Expand All @@ -80,15 +84,15 @@ require (
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
github.com/fsnotify/fsnotify v1.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
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/gobuffalo/flect v0.2.4 // indirect
github.com/gobuffalo/flect v1.0.2 // indirect
github.com/gogo/googleapis v1.4.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -99,7 +103,7 @@ require (
github.com/google/uuid v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
Expand All @@ -117,7 +121,7 @@ require (
github.com/klauspost/compress v1.17.6 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/manifestival/client-go-client v0.5.0 // indirect
github.com/manifestival/client-go-client v0.6.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand All @@ -136,7 +140,7 @@ require (
github.com/rickb777/plural v1.2.2 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sirupsen/logrus v1.9.2 // indirect
github.com/tsenart/vegeta/v12 v12.8.4 // indirect
github.com/tsenart/vegeta/v12 v12.11.1 // indirect
github.com/wavesoftware/go-ensure v1.0.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
Expand All @@ -152,25 +156,25 @@ require (
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.16.1 // indirect
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.155.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1
istio.io/api v0.0.0-20220420164308-b6a03a9e477e // indirect
istio.io/client-go v1.13.3 // indirect
istio.io/api v0.0.0-20231206023236-e7cadb36da57 // indirect
istio.io/client-go v1.18.7 // indirect
k8s.io/apiserver v0.29.2 // indirect
k8s.io/code-generator v0.29.2 // indirect
k8s.io/component-base v0.29.2 // indirect
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20240209001042-7a0d5b415232 // indirect
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
knative.dev/caching v0.0.0-20231023175240-c47a37c662c8 // indirect
knative.dev/caching v0.0.0-20240116080314-0a234c8b78ac // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
Expand All @@ -179,34 +183,23 @@ require (
github.com/go-logr/logr v1.4.1
go.uber.org/atomic v1.11.0 // indirect
k8s.io/apiextensions-apiserver v0.29.2
knative.dev/reconciler-test v0.0.0-20240206112133-c345dafdf302
knative.dev/reconciler-test v0.0.0-20240319084821-8c063dd50b3c
)

replace (
// Knative components
knative.dev/eventing => github.com/openshift-knative/eventing v0.99.1-0.20240304152419-a962e15b013e
knative.dev/eventing-kafka-broker => github.com/openshift-knative/eventing-kafka-broker v0.25.1-0.20240216150930-ed42c15c5543
knative.dev/hack => knative.dev/hack v0.0.0-20231123073118-c0f04e812cfe
knative.dev/networking => knative.dev/networking v0.0.0-20231023175057-21fb00ea6096
knative.dev/pkg => knative.dev/pkg v0.0.0-20231103161548-f5b42e8dea44
knative.dev/reconciler-test => knative.dev/reconciler-test v0.0.0-20240206112133-c345dafdf302
knative.dev/serving => github.com/openshift-knative/serving v0.10.1-0.20240220063115-90e5f2c73b80
knative.dev/eventing => github.com/openshift-knative/eventing v0.99.1-0.20240319111239-edb0e1086267
knative.dev/eventing-kafka-broker => github.com/openshift-knative/eventing-kafka-broker v0.25.1-0.20240322081612-ef01093f12e0
knative.dev/hack => knative.dev/hack v0.0.0-20240123162936-f3f03ac0ab1a
knative.dev/networking => knative.dev/networking v0.0.0-20240116081125-ce0738abf051
knative.dev/pkg => knative.dev/pkg v0.0.0-20240116073220-b488e7be5902
knative.dev/reconciler-test => knative.dev/reconciler-test v0.0.0-20240319084821-8c063dd50b3c
knative.dev/serving => github.com/openshift-knative/serving v0.10.1-0.20240314151203-b3745c450c66
)

replace (
// OpenShift components
github.com/openshift/api => github.com/openshift/api v0.0.0-20240131175612-92fe66c75e8f
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20220603133046-984ee5ebedcf
github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20231113175050-15d0b0288a43
)

replace (
// Adjustments to align transitive deps
k8s.io/api => k8s.io/api v0.25.4
k8s.io/apimachinery => k8s.io/apimachinery v0.26.4
k8s.io/client-go => k8s.io/client-go v0.25.4
k8s.io/code-generator => k8s.io/code-generator v0.25.4
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
k8s.io/utils => k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.12.3
github.com/openshift/api => github.com/openshift/api v0.0.0-20240103200955-7ca3a4634e46
github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20240321132456-9c607163d755
)
Loading
Loading