-
Notifications
You must be signed in to change notification settings - Fork 28
Bump Go version to 1.23.8 and upgrade Kubernetes dependencies to v0.31.10 #16
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
Merged
anoop2811
merged 1 commit into
kubevela:main
from
vishal210893:feature/k8s-0.31.10-upgrade
Jul 30, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,135 +1,141 @@ | ||
| module github.com/oam-dev/kubevela-core-api | ||
|
|
||
| go 1.19 | ||
| go 1.23.8 | ||
|
|
||
| require ( | ||
| cuelang.org/go v0.5.0 | ||
| cuelang.org/go v0.9.2 | ||
| github.com/Masterminds/semver v1.5.0 | ||
| github.com/crossplane/crossplane-runtime v0.19.2 | ||
| github.com/davecgh/go-spew v1.1.1 | ||
| github.com/google/go-cmp v0.5.9 | ||
| github.com/kubevela/pkg v1.9.2 | ||
| github.com/kubevela/workflow v0.6.1 | ||
| github.com/oam-dev/cluster-gateway v1.9.0 | ||
| github.com/crossplane/crossplane-runtime v1.16.0 | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | ||
| github.com/google/go-cmp v0.7.0 | ||
| github.com/kubevela/pkg v1.9.3-0.20250625225831-a2894a62a307 | ||
| github.com/kubevela/workflow v0.6.3-0.20250717221743-56b80cee4121 | ||
| github.com/oam-dev/cluster-gateway v1.9.2-0.20250629203450-2b04dd452b7a | ||
| github.com/oam-dev/terraform-controller v0.8.0 | ||
| github.com/onsi/ginkgo/v2 v2.9.5 | ||
| github.com/onsi/gomega v1.27.7 | ||
| github.com/onsi/ginkgo/v2 v2.23.3 | ||
| github.com/onsi/gomega v1.36.2 | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/stretchr/testify v1.8.3 | ||
| k8s.io/api v0.27.2 | ||
| k8s.io/apimachinery v0.27.2 | ||
| k8s.io/client-go v0.27.2 | ||
| k8s.io/utils v0.0.0-20241210054802-24370beab758 | ||
| sigs.k8s.io/controller-runtime v0.15.0 | ||
| sigs.k8s.io/controller-tools v0.11.4 | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.2.3 | ||
| sigs.k8s.io/yaml v1.3.0 | ||
| github.com/stretchr/testify v1.10.0 | ||
| k8s.io/api v0.31.10 | ||
| k8s.io/apimachinery v0.31.10 | ||
| k8s.io/client-go v0.31.10 | ||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||
| sigs.k8s.io/controller-runtime v0.19.7 | ||
| sigs.k8s.io/controller-tools v0.16.5 | ||
| sigs.k8s.io/structured-merge-diff/v4 v4.6.0 | ||
| sigs.k8s.io/yaml v1.4.0 | ||
| ) | ||
|
|
||
| require ( | ||
| dario.cat/mergo v1.0.0 // indirect | ||
| github.com/NYTimes/gziphandler v1.1.1 // indirect | ||
| github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect | ||
| github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect | ||
| github.com/antlr4-go/antlr/v4 v4.13.0 // indirect | ||
| github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/blang/semver/v4 v4.0.0 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
| github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
| github.com/cockroachdb/apd/v2 v2.0.2 // indirect | ||
| github.com/coreos/go-semver v0.3.0 // indirect | ||
| github.com/coreos/go-systemd/v22 v22.4.0 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.10.2 // indirect | ||
| github.com/evanphx/json-patch v5.6.0+incompatible // indirect | ||
| github.com/evanphx/json-patch/v5 v5.6.0 // indirect | ||
| github.com/fatih/color v1.13.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.3 // indirect | ||
| github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
| github.com/go-logr/logr v1.2.4 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/cockroachdb/apd/v3 v3.2.1 // indirect | ||
| github.com/coreos/go-semver v0.3.1 // indirect | ||
| github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.12.0 // indirect | ||
| github.com/evanphx/json-patch v5.9.0+incompatible // indirect | ||
| github.com/evanphx/json-patch/v5 v5.9.0 // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
| github.com/go-logr/logr v1.4.2 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
| github.com/go-openapi/jsonreference v0.20.1 // indirect | ||
| github.com/go-openapi/swag v0.22.3 // indirect | ||
| github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
| github.com/gobuffalo/flect v0.3.0 // indirect | ||
| github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
| github.com/go-openapi/swag v0.23.0 // indirect | ||
| github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
| github.com/gobuffalo/flect v1.0.3 // 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.3 // indirect | ||
| github.com/google/cel-go v0.12.6 // indirect | ||
| github.com/google/gnostic v0.5.7-v3refs // indirect | ||
| github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/google/btree v1.1.2 // indirect | ||
| github.com/google/cel-go v0.20.1 // indirect | ||
| github.com/google/gnostic-models v0.6.9 // indirect | ||
| github.com/google/gofuzz v1.2.0 // indirect | ||
| github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect | ||
| github.com/google/uuid v1.3.0 // indirect | ||
| github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect | ||
| github.com/imdario/mergo v0.3.13 // indirect | ||
| github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect | ||
| github.com/imdario/mergo v0.3.16 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/josharian/intern v1.0.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/klauspost/compress v1.16.3 // indirect | ||
| github.com/klauspost/compress v1.17.10 // indirect | ||
| github.com/kylelemons/godebug v1.1.0 // indirect | ||
| github.com/lib/pq v1.10.9 // indirect | ||
| github.com/mailru/easyjson v0.7.7 // indirect | ||
| github.com/mattn/go-colorable v0.1.13 // indirect | ||
| github.com/mattn/go-isatty v0.0.17 // indirect | ||
| github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect | ||
| github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
| github.com/openshift/library-go v0.0.0-20230327085348-8477ec72b725 // indirect | ||
| github.com/pmezard/go-difflib v1.0.0 // indirect | ||
| github.com/prometheus/client_golang v1.15.1 // indirect | ||
| github.com/prometheus/client_model v0.4.0 // indirect | ||
| github.com/prometheus/common v0.42.0 // indirect | ||
| github.com/prometheus/procfs v0.9.0 // indirect | ||
| github.com/spf13/cobra v1.6.1 // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| github.com/prometheus/client_golang v1.20.5 // indirect | ||
| github.com/prometheus/client_model v0.6.1 // indirect | ||
| github.com/prometheus/common v0.55.0 // indirect | ||
| github.com/prometheus/procfs v0.15.1 // indirect | ||
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
| github.com/spf13/cobra v1.8.1 // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | ||
| github.com/stoewer/go-strcase v1.2.0 // indirect | ||
| go.etcd.io/etcd/api/v3 v3.5.7 // indirect | ||
| go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect | ||
| go.etcd.io/etcd/client/v3 v3.5.7 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect | ||
| go.opentelemetry.io/otel v1.10.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect | ||
| go.opentelemetry.io/otel/metric v0.31.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.10.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.10.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v0.19.0 // indirect | ||
| go.uber.org/atomic v1.9.0 // indirect | ||
| github.com/x448/float16 v0.8.4 // indirect | ||
| go.etcd.io/etcd/api/v3 v3.5.16 // indirect | ||
| go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect | ||
| go.etcd.io/etcd/client/v3 v3.5.16 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
| go.opentelemetry.io/otel v1.28.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.28.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
| go.uber.org/automaxprocs v1.5.3 // indirect | ||
| go.uber.org/multierr v1.7.0 // indirect | ||
| go.uber.org/zap v1.24.0 // indirect | ||
| golang.org/x/crypto v0.12.0 // indirect | ||
| golang.org/x/mod v0.10.0 // indirect | ||
| golang.org/x/net v0.14.0 // indirect | ||
| golang.org/x/oauth2 v0.6.0 // indirect | ||
| golang.org/x/sync v0.2.0 // indirect | ||
| golang.org/x/sys v0.12.0 // indirect | ||
| golang.org/x/term v0.11.0 // indirect | ||
| golang.org/x/text v0.12.0 // indirect | ||
| golang.org/x/time v0.3.0 // indirect | ||
| golang.org/x/tools v0.9.1 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect | ||
| google.golang.org/appengine v1.6.7 // indirect | ||
| google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect | ||
| google.golang.org/grpc v1.53.0 // indirect | ||
| google.golang.org/protobuf v1.30.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.26.0 // indirect | ||
| golang.org/x/crypto v0.37.0 // indirect | ||
| golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect | ||
| golang.org/x/mod v0.24.0 // indirect | ||
| golang.org/x/net v0.39.0 // indirect | ||
| golang.org/x/oauth2 v0.29.0 // indirect | ||
| golang.org/x/sync v0.13.0 // indirect | ||
| golang.org/x/sys v0.32.0 // indirect | ||
| golang.org/x/term v0.31.0 // indirect | ||
| golang.org/x/text v0.24.0 // indirect | ||
| golang.org/x/time v0.10.0 // indirect | ||
| golang.org/x/tools v0.31.0 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
| 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.36.5 // indirect | ||
| gopkg.in/evanphx/json-patch.v4 v4.12.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 // indirect | ||
| k8s.io/apiextensions-apiserver v0.27.2 // indirect | ||
| k8s.io/apiserver v0.27.2 // indirect | ||
| k8s.io/component-base v0.27.2 // indirect | ||
| k8s.io/apiextensions-apiserver v0.31.10 // indirect | ||
| k8s.io/apiserver v0.31.10 // indirect | ||
| k8s.io/component-base v0.31.10 // indirect | ||
| k8s.io/klog v1.0.0 // indirect | ||
| k8s.io/klog/v2 v2.100.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect | ||
| k8s.io/klog/v2 v2.130.1 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a // indirect | ||
| open-cluster-management.io/api v0.11.0 // indirect | ||
| sigs.k8s.io/apiserver-network-proxy v0.0.30 // indirect | ||
| sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect | ||
| sigs.k8s.io/apiserver-runtime v1.1.2-0.20221118041430-0a6394f6dda3 // indirect | ||
| sigs.k8s.io/apiserver-network-proxy v0.31.4 // indirect | ||
| sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.3 // indirect | ||
| sigs.k8s.io/apiserver-runtime v1.1.2-0.20250117204231-9282f514a674 // indirect | ||
| sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||
| ) | ||
|
|
||
| replace sigs.k8s.io/apiserver-network-proxy/konnectivity-client => sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.36 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.