Skip to content

Commit b049af1

Browse files
Bump the all group across 1 directory with 3 updates
Bumps the all group with 2 updates in the / directory: [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) and [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo). Updates `github.com/cert-manager/cert-manager` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/cert-manager/cert-manager/releases) - [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md) - [Commits](cert-manager/cert-manager@v1.18.2...v1.19.0) Updates `github.com/onsi/ginkgo/v2` from 2.25.3 to 2.26.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.25.3...v2.26.0) Updates `sigs.k8s.io/controller-runtime` from 0.22.1 to 0.22.2 - [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.22.1...v0.22.2) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6f9b9f commit b049af1

File tree

2 files changed

+185
-219
lines changed

2 files changed

+185
-219
lines changed

go.mod

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
module github.com/cert-manager/sample-external-issuer
22

3-
go 1.24.0
3+
go 1.25.0
44

55
godebug default=go1.23
66

77
require (
8-
github.com/cert-manager/cert-manager v1.18.2
8+
github.com/cert-manager/cert-manager v1.19.0
99
github.com/cert-manager/issuer-lib v0.9.0
10-
github.com/onsi/ginkgo/v2 v2.25.3
10+
github.com/onsi/ginkgo/v2 v2.26.0
1111
github.com/onsi/gomega v1.38.2
1212
k8s.io/api v0.34.1
1313
k8s.io/apimachinery v0.34.1
1414
k8s.io/client-go v0.34.1
1515
k8s.io/klog/v2 v2.130.1
16-
sigs.k8s.io/controller-runtime v0.22.1
16+
sigs.k8s.io/controller-runtime v0.22.2
1717
)
1818

1919
require (
@@ -23,22 +23,23 @@ require (
2323
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/blang/semver/v4 v4.0.0 // indirect
26-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
26+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
29-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
29+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3030
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3131
github.com/felixge/httpsnoop v1.0.4 // indirect
3232
github.com/fsnotify/fsnotify v1.9.0 // indirect
3333
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
34-
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
35-
github.com/go-ldap/ldap/v3 v3.4.10 // indirect
34+
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
35+
github.com/go-ldap/ldap/v3 v3.4.12 // indirect
3636
github.com/go-logr/logr v1.4.3 // indirect
3737
github.com/go-logr/stdr v1.2.2 // indirect
3838
github.com/go-logr/zapr v1.3.0 // indirect
39-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
40-
github.com/go-openapi/jsonreference v0.21.0 // indirect
41-
github.com/go-openapi/swag v0.23.0 // indirect
39+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
40+
github.com/go-openapi/jsonreference v0.21.2 // indirect
41+
github.com/go-openapi/swag v0.23.1 // indirect
42+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
4243
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4344
github.com/gogo/protobuf v1.3.2 // indirect
4445
github.com/google/btree v1.1.3 // indirect
@@ -47,64 +48,64 @@ require (
4748
github.com/google/go-cmp v0.7.0 // indirect
4849
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
4950
github.com/google/uuid v1.6.0 // indirect
50-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
51+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
5152
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5253
github.com/josharian/intern v1.0.0 // indirect
5354
github.com/json-iterator/go v1.1.12 // indirect
5455
github.com/mailru/easyjson v0.9.0 // indirect
5556
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5657
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5758
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
58-
github.com/pkg/errors v0.9.1 // indirect
5959
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60-
github.com/prometheus/client_golang v1.22.0 // indirect
61-
github.com/prometheus/client_model v0.6.1 // indirect
62-
github.com/prometheus/common v0.62.0 // indirect
63-
github.com/prometheus/procfs v0.15.1 // indirect
64-
github.com/spf13/cobra v1.9.1 // indirect
65-
github.com/spf13/pflag v1.0.6 // indirect
66-
github.com/stoewer/go-strcase v1.3.0 // indirect
60+
github.com/prometheus/client_golang v1.23.2 // indirect
61+
github.com/prometheus/client_model v0.6.2 // indirect
62+
github.com/prometheus/common v0.66.1 // indirect
63+
github.com/prometheus/procfs v0.17.0 // indirect
64+
github.com/spf13/cobra v1.10.1 // indirect
65+
github.com/spf13/pflag v1.0.10 // indirect
66+
github.com/stoewer/go-strcase v1.3.1 // indirect
6767
github.com/x448/float16 v0.8.4 // indirect
6868
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
69-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
70-
go.opentelemetry.io/otel v1.35.0 // indirect
71-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
72-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
73-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
74-
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
75-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
76-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
69+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
70+
go.opentelemetry.io/otel v1.37.0 // indirect
71+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
72+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
73+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
74+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
75+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
76+
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
7777
go.uber.org/automaxprocs v1.6.0 // indirect
7878
go.uber.org/multierr v1.11.0 // indirect
7979
go.uber.org/zap v1.27.0 // indirect
8080
go.yaml.in/yaml/v2 v2.4.2 // indirect
8181
go.yaml.in/yaml/v3 v3.0.4 // indirect
82-
golang.org/x/crypto v0.41.0 // indirect
83-
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
84-
golang.org/x/net v0.43.0 // indirect
85-
golang.org/x/oauth2 v0.28.0 // indirect
86-
golang.org/x/sync v0.16.0 // indirect
87-
golang.org/x/sys v0.35.0 // indirect
88-
golang.org/x/term v0.34.0 // indirect
89-
golang.org/x/text v0.28.0 // indirect
90-
golang.org/x/time v0.9.0 // indirect
82+
golang.org/x/crypto v0.42.0 // indirect
83+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
84+
golang.org/x/mod v0.27.0 // indirect
85+
golang.org/x/net v0.44.0 // indirect
86+
golang.org/x/oauth2 v0.31.0 // indirect
87+
golang.org/x/sync v0.17.0 // indirect
88+
golang.org/x/sys v0.36.0 // indirect
89+
golang.org/x/term v0.35.0 // indirect
90+
golang.org/x/text v0.29.0 // indirect
91+
golang.org/x/time v0.13.0 // indirect
9192
golang.org/x/tools v0.36.0 // indirect
92-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
93-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
94-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
95-
google.golang.org/grpc v1.72.1 // indirect
96-
google.golang.org/protobuf v1.36.7 // indirect
97-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
93+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
94+
google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect
95+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
96+
google.golang.org/grpc v1.75.1 // indirect
97+
google.golang.org/protobuf v1.36.9 // indirect
98+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
9899
gopkg.in/inf.v0 v0.9.1 // indirect
99100
gopkg.in/yaml.v3 v3.0.1 // indirect
100-
k8s.io/apiextensions-apiserver v0.34.0 // indirect
101-
k8s.io/apiserver v0.34.0 // indirect
102-
k8s.io/component-base v0.34.0 // indirect
103-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
104-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
105-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
106-
sigs.k8s.io/gateway-api v1.2.1 // indirect
107-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
101+
k8s.io/apiextensions-apiserver v0.34.1 // indirect
102+
k8s.io/apiserver v0.34.1 // indirect
103+
k8s.io/component-base v0.34.1 // indirect
104+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
105+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
106+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 // indirect
107+
sigs.k8s.io/gateway-api v1.4.0 // indirect
108+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
108109
sigs.k8s.io/randfill v1.0.0 // indirect
109110
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
110111
sigs.k8s.io/yaml v1.6.0 // indirect

0 commit comments

Comments
 (0)