Skip to content

Commit 51dc68a

Browse files
build(deps): bump github.com/cert-manager/cert-manager
Bumps [github.com/cert-manager/cert-manager](https://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) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e3cb7e commit 51dc68a

File tree

2 files changed

+82
-77
lines changed

2 files changed

+82
-77
lines changed

go.mod

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/projectcontour/contour
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
dario.cat/mergo v1.0.2
77
github.com/Masterminds/semver/v3 v3.4.0
88
github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20241111191808-71fefeed8910
99
github.com/alecthomas/kingpin/v2 v2.4.0
1010
github.com/bombsimon/logrusr/v4 v4.1.0
11-
github.com/cert-manager/cert-manager v1.18.2
11+
github.com/cert-manager/cert-manager v1.19.0
1212
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1313
github.com/distribution/reference v0.6.0
1414
github.com/envoyproxy/go-control-plane v0.13.4
@@ -34,7 +34,7 @@ require (
3434
golang.org/x/net v0.44.0
3535
golang.org/x/oauth2 v0.31.0
3636
gonum.org/v1/plot v0.16.0
37-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b
37+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4
3838
google.golang.org/grpc v1.76.0
3939
google.golang.org/protobuf v1.36.10
4040
gopkg.in/yaml.v3 v3.0.1
@@ -43,10 +43,10 @@ require (
4343
k8s.io/apimachinery v0.34.1
4444
k8s.io/client-go v0.34.1
4545
k8s.io/klog/v2 v2.130.1
46-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
46+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
4747
sigs.k8s.io/controller-runtime v0.22.3
4848
sigs.k8s.io/controller-tools v0.19.0
49-
sigs.k8s.io/gateway-api v1.3.0
49+
sigs.k8s.io/gateway-api v1.4.0
5050
sigs.k8s.io/kustomize/kyaml v0.20.1
5151
)
5252

@@ -63,18 +63,20 @@ require (
6363
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6464
github.com/chigopher/pathlib v0.19.1 // indirect
6565
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
66-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
66+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
6767
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
6868
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
6969
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
7070
github.com/fatih/color v1.18.0 // indirect
7171
github.com/fsnotify/fsnotify v1.9.0 // indirect
7272
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
73-
github.com/go-asn1-ber/asn1-ber v1.5.6 // indirect
73+
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
7474
github.com/go-errors/errors v1.4.2 // indirect
75-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
76-
github.com/go-openapi/jsonreference v0.21.0 // indirect
77-
github.com/go-openapi/swag v0.23.0 // indirect
75+
github.com/go-logr/zapr v1.3.0 // indirect
76+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
77+
github.com/go-openapi/jsonreference v0.21.2 // indirect
78+
github.com/go-openapi/swag v0.23.1 // indirect
79+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
7880
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
7981
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
8082
github.com/gobuffalo/flect v1.0.3 // indirect
@@ -94,7 +96,7 @@ require (
9496
github.com/mailru/easyjson v0.9.0 // indirect
9597
github.com/mattn/go-colorable v0.1.14 // indirect
9698
github.com/mattn/go-isatty v0.0.20 // indirect
97-
github.com/miekg/dns v1.1.65 // indirect
99+
github.com/miekg/dns v1.1.68 // indirect
98100
github.com/mitchellh/go-homedir v1.1.0 // indirect
99101
github.com/mitchellh/mapstructure v1.5.0 // indirect
100102
github.com/moby/spdystream v0.5.0 // indirect
@@ -106,22 +108,23 @@ require (
106108
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
107109
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
108110
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
109-
github.com/prometheus/procfs v0.16.1 // indirect
111+
github.com/prometheus/procfs v0.17.0 // indirect
110112
github.com/rs/zerolog v1.33.0 // indirect
111113
github.com/russross/blackfriday/v2 v2.1.0 // indirect
112114
github.com/sagikazarmark/locafero v0.7.0 // indirect
113115
github.com/sourcegraph/conc v0.3.0 // indirect
114116
github.com/spf13/afero v1.12.0 // indirect
115117
github.com/spf13/cast v1.7.1 // indirect
116-
github.com/spf13/cobra v1.9.1 // indirect
117-
github.com/spf13/pflag v1.0.7 // indirect
118+
github.com/spf13/cobra v1.10.1 // indirect
119+
github.com/spf13/pflag v1.0.10 // indirect
118120
github.com/spf13/viper v1.20.0 // indirect
119121
github.com/stretchr/objx v0.5.2 // indirect
120122
github.com/subosito/gotenv v1.6.0 // indirect
121123
github.com/tsaarni/x500dn v1.0.0 // indirect
122124
github.com/x448/float16 v0.8.4 // indirect
123125
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
124126
go.uber.org/multierr v1.11.0 // indirect
127+
go.uber.org/zap v1.27.0 // indirect
125128
go.yaml.in/yaml/v2 v2.4.2 // indirect
126129
go.yaml.in/yaml/v3 v3.0.4 // indirect
127130
golang.org/x/crypto v0.42.0 // indirect
@@ -131,17 +134,17 @@ require (
131134
golang.org/x/sys v0.36.0 // indirect
132135
golang.org/x/term v0.35.0 // indirect
133136
golang.org/x/text v0.29.0 // indirect
134-
golang.org/x/time v0.9.0 // indirect
137+
golang.org/x/time v0.13.0 // indirect
135138
golang.org/x/tools v0.36.0 // indirect
136-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
139+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
137140
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
138-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
141+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
139142
gopkg.in/inf.v0 v0.9.1 // indirect
140143
gopkg.in/yaml.v2 v2.4.0 // indirect
141144
k8s.io/code-generator v0.34.1 // indirect
142-
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
143-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
144-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
145+
k8s.io/gengo/v2 v2.0.0-20250820003526-c297c0c1eb9d // indirect
146+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
147+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
145148
sigs.k8s.io/randfill v1.0.0 // indirect
146149
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
147150
sigs.k8s.io/yaml v1.6.0 // indirect

0 commit comments

Comments
 (0)