Skip to content

Commit a8a3d06

Browse files
Bump the all group with 4 updates
Bumps the all group with 4 updates: [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager), [github.com/cert-manager/issuer-lib](https://github.com/cert-manager/issuer-lib), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/cert-manager/cert-manager` from 1.16.3 to 1.18.2 - [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.16.3...v1.18.2) Updates `github.com/cert-manager/issuer-lib` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/cert-manager/issuer-lib/releases) - [Commits](cert-manager/issuer-lib@v0.8.0...v0.9.0) Updates `github.com/onsi/ginkgo/v2` from 2.22.2 to 2.25.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.2...v2.25.3) Updates `github.com/onsi/gomega` from 1.36.2 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.2...v1.38.2) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/cert-manager/issuer-lib dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92096f1 commit a8a3d06

File tree

2 files changed

+60
-142
lines changed

2 files changed

+60
-142
lines changed

go.mod

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.24.0
55
godebug default=go1.23
66

77
require (
8-
github.com/cert-manager/cert-manager v1.16.3
9-
github.com/cert-manager/issuer-lib v0.8.0
10-
github.com/onsi/ginkgo/v2 v2.22.2
11-
github.com/onsi/gomega v1.36.2
8+
github.com/cert-manager/cert-manager v1.18.2
9+
github.com/cert-manager/issuer-lib v0.9.0
10+
github.com/onsi/ginkgo/v2 v2.25.3
11+
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
@@ -19,8 +19,8 @@ require (
1919
require (
2020
cel.dev/expr v0.24.0 // indirect
2121
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
22+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2223
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
23-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
2525
github.com/blang/semver/v4 v4.0.0 // indirect
2626
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -33,27 +33,24 @@ require (
3333
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3434
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
3535
github.com/go-ldap/ldap/v3 v3.4.10 // indirect
36-
github.com/go-logr/logr v1.4.2 // indirect
36+
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
3939
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4040
github.com/go-openapi/jsonreference v0.21.0 // indirect
4141
github.com/go-openapi/swag v0.23.0 // indirect
4242
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4343
github.com/gogo/protobuf v1.3.2 // indirect
44-
github.com/golang/protobuf v1.5.4 // indirect
4544
github.com/google/btree v1.1.3 // indirect
4645
github.com/google/cel-go v0.26.0 // indirect
4746
github.com/google/gnostic-models v0.7.0 // indirect
4847
github.com/google/go-cmp v0.7.0 // indirect
49-
github.com/google/gofuzz v1.2.0 // indirect
50-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
48+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
5149
github.com/google/uuid v1.6.0 // indirect
5250
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
5351
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5452
github.com/josharian/intern v1.0.0 // indirect
5553
github.com/json-iterator/go v1.1.12 // indirect
56-
github.com/klauspost/compress v1.18.0 // indirect
5754
github.com/mailru/easyjson v0.9.0 // indirect
5855
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5956
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
@@ -77,25 +74,26 @@ require (
7774
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
7875
go.opentelemetry.io/otel/trace v1.35.0 // indirect
7976
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
77+
go.uber.org/automaxprocs v1.6.0 // indirect
8078
go.uber.org/multierr v1.11.0 // indirect
8179
go.uber.org/zap v1.27.0 // indirect
8280
go.yaml.in/yaml/v2 v2.4.2 // indirect
8381
go.yaml.in/yaml/v3 v3.0.4 // indirect
84-
golang.org/x/crypto v0.36.0 // indirect
82+
golang.org/x/crypto v0.41.0 // indirect
8583
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
86-
golang.org/x/net v0.38.0 // indirect
87-
golang.org/x/oauth2 v0.27.0 // indirect
88-
golang.org/x/sync v0.12.0 // indirect
89-
golang.org/x/sys v0.31.0 // indirect
90-
golang.org/x/term v0.30.0 // indirect
91-
golang.org/x/text v0.23.0 // 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
9290
golang.org/x/time v0.9.0 // indirect
93-
golang.org/x/tools v0.29.0 // indirect
91+
golang.org/x/tools v0.36.0 // indirect
9492
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
9593
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
9694
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
9795
google.golang.org/grpc v1.72.1 // indirect
98-
google.golang.org/protobuf v1.36.5 // indirect
96+
google.golang.org/protobuf v1.36.7 // indirect
9997
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
10098
gopkg.in/inf.v0 v0.9.1 // indirect
10199
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -108,7 +106,6 @@ require (
108106
sigs.k8s.io/gateway-api v1.2.1 // indirect
109107
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
110108
sigs.k8s.io/randfill v1.0.0 // indirect
111-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
112109
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
113110
sigs.k8s.io/yaml v1.6.0 // indirect
114111
)

0 commit comments

Comments
 (0)