Skip to content

Commit 70dca29

Browse files
NO-ISSUE: Bump the go-dependencies group across 1 directory with 7 updates
Bumps the go-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.28.1` | `2.29.0` | | [github.com/osac-project/osac-operator/api](https://github.com/osac-project/osac-operator) | `0.0.2-0.20260511193951-8bf9632098a0` | `0.0.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.4` | `0.36.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.4` | `0.36.1` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.23.3` | `0.24.1` | Updates `github.com/onsi/ginkgo/v2` from 2.28.1 to 2.29.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.28.1...v2.29.0) Updates `github.com/onsi/gomega` from 1.39.1 to 1.40.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.1...v1.40.0) Updates `github.com/osac-project/osac-operator/api` from 0.0.2-0.20260511193951-8bf9632098a0 to 0.0.2 - [Commits](https://github.com/osac-project/osac-operator/commits/api/v0.0.2) Updates `k8s.io/apimachinery` from 0.35.4 to 0.36.1 - [Commits](kubernetes/apimachinery@v0.35.4...v0.36.1) Updates `k8s.io/client-go` from 0.35.4 to 0.36.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.4...v0.36.1) Updates `sigs.k8s.io/controller-runtime` from 0.23.3 to 0.24.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.23.3...v0.24.1) Updates `k8s.io/api` from 0.35.4 to 0.36.1 - [Commits](kubernetes/api@v0.35.4...v0.36.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/osac-project/osac-operator/api dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: k8s.io/api dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ad9e1a commit 70dca29

2 files changed

Lines changed: 118 additions & 118 deletions

File tree

go.mod

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,35 @@ require (
66
github.com/go-logr/logr v1.4.3
77
github.com/gophercloud/gophercloud/v2 v2.12.0
88
github.com/gophercloud/utils/v2 v2.0.0-20260409164906-cd2167a8681a
9-
github.com/onsi/ginkgo/v2 v2.28.1
10-
github.com/onsi/gomega v1.39.1
9+
github.com/onsi/ginkgo/v2 v2.29.0
10+
github.com/onsi/gomega v1.40.0
1111
github.com/osac-project/osac-operator v0.1.1-0.20260511193951-8bf9632098a0
12-
github.com/osac-project/osac-operator/api v0.0.2-0.20260511193951-8bf9632098a0
13-
k8s.io/apimachinery v0.35.4
14-
k8s.io/client-go v0.35.4
15-
sigs.k8s.io/controller-runtime v0.23.3
12+
github.com/osac-project/osac-operator/api v0.0.2
13+
k8s.io/apimachinery v0.36.1
14+
k8s.io/client-go v0.36.1
15+
sigs.k8s.io/controller-runtime v0.24.1
1616
)
1717

1818
require (
1919
github.com/Masterminds/semver/v3 v3.4.0 // indirect
20+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
2021
github.com/gofrs/uuid/v5 v5.4.0 // indirect
2122
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2223
go.yaml.in/yaml/v2 v2.4.3 // indirect
2324
go.yaml.in/yaml/v3 v3.0.4 // indirect
24-
golang.org/x/mod v0.32.0 // indirect
25-
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
25+
golang.org/x/mod v0.35.0 // indirect
26+
k8s.io/streaming v0.36.1 // indirect
27+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
2628
)
2729

2830
require (
2931
cel.dev/expr v0.25.1 // indirect
3032
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
3133
github.com/beorn7/perks v1.0.1 // indirect
3234
github.com/blang/semver/v4 v4.0.0 // indirect
33-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3435
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3536
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
36-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
37+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3738
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3839
github.com/felixge/httpsnoop v1.0.4 // indirect
3940
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -44,13 +45,12 @@ require (
4445
github.com/go-openapi/jsonreference v0.21.0 // indirect
4546
github.com/go-openapi/swag v0.23.0 // indirect
4647
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
47-
github.com/google/btree v1.1.3 // indirect
4848
github.com/google/cel-go v0.26.0 // indirect
4949
github.com/google/gnostic-models v0.7.0 // indirect
5050
github.com/google/go-cmp v0.7.0 // indirect
51-
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
51+
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
5252
github.com/google/uuid v1.6.0 // indirect
53-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
53+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
5454
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5555
github.com/josharian/intern v1.0.0 // indirect
5656
github.com/json-iterator/go v1.1.12 // indirect
@@ -61,48 +61,48 @@ require (
6161
github.com/osac-project/bare-metal-fulfillment-operator v0.0.0-20260518182443-35f2a9590dcc
6262
github.com/prometheus/client_golang v1.23.2 // indirect
6363
github.com/prometheus/client_model v0.6.2 // indirect
64-
github.com/prometheus/common v0.66.1 // indirect
65-
github.com/prometheus/procfs v0.16.1 // indirect
66-
github.com/spf13/cobra v1.10.0 // indirect
64+
github.com/prometheus/common v0.67.5 // indirect
65+
github.com/prometheus/procfs v0.19.2 // indirect
66+
github.com/spf13/cobra v1.10.2 // indirect
6767
github.com/spf13/pflag v1.0.10 // indirect
6868
github.com/stoewer/go-strcase v1.3.1 // indirect
6969
github.com/x448/float16 v0.8.4 // indirect
7070
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
71-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
71+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
7272
go.opentelemetry.io/otel v1.43.0 // indirect
73-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
74-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
73+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
74+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
7575
go.opentelemetry.io/otel/metric v1.43.0 // indirect
7676
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
7777
go.opentelemetry.io/otel/trace v1.43.0 // indirect
78-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
78+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
7979
go.uber.org/multierr v1.11.0 // indirect
80-
go.uber.org/zap v1.27.0 // indirect
81-
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
82-
golang.org/x/net v0.49.0 // indirect
80+
go.uber.org/zap v1.27.1 // indirect
81+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
82+
golang.org/x/net v0.53.0 // indirect
8383
golang.org/x/oauth2 v0.36.0 // indirect
8484
golang.org/x/sync v0.20.0 // indirect
85-
golang.org/x/sys v0.42.0 // indirect
86-
golang.org/x/term v0.39.0 // indirect
87-
golang.org/x/text v0.33.0 // indirect
88-
golang.org/x/time v0.11.0 // indirect
89-
golang.org/x/tools v0.41.0 // indirect
85+
golang.org/x/sys v0.43.0 // indirect
86+
golang.org/x/term v0.42.0 // indirect
87+
golang.org/x/text v0.36.0 // indirect
88+
golang.org/x/time v0.14.0 // indirect
89+
golang.org/x/tools v0.44.0 // indirect
9090
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
91-
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
92-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
91+
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
92+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
9393
google.golang.org/grpc v1.80.0 // indirect
94-
google.golang.org/protobuf v1.36.11 // indirect
94+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
9595
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
9696
gopkg.in/inf.v0 v0.9.1 // indirect
9797
gopkg.in/yaml.v3 v3.0.1 // indirect
98-
k8s.io/api v0.35.4
99-
k8s.io/apiextensions-apiserver v0.35.0 // indirect
100-
k8s.io/apiserver v0.35.4 // indirect
101-
k8s.io/component-base v0.35.4 // indirect
102-
k8s.io/klog/v2 v2.130.1 // indirect
103-
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
104-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
105-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
98+
k8s.io/api v0.36.1
99+
k8s.io/apiextensions-apiserver v0.36.0 // indirect
100+
k8s.io/apiserver v0.36.0 // indirect
101+
k8s.io/component-base v0.36.0 // indirect
102+
k8s.io/klog/v2 v2.140.0 // indirect
103+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
104+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
105+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0 // indirect
106106
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
107107
sigs.k8s.io/randfill v1.0.0 // indirect
108108
sigs.k8s.io/yaml v1.6.0 // indirect

0 commit comments

Comments
 (0)