File tree 7 files changed +7
-7
lines changed
custom-error-pages/rootfs
ext-auth-example-authsvc/rootfs
kube-webhook-certgen/rootfs
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 1.22.8
1
+ 1.23.3
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx
2
2
3
- go 1.22.8
3
+ go 1.23.3
4
4
5
5
require (
6
6
dario.cat/mergo v1.0.1
Original file line number Diff line number Diff line change 1
- go 1.22.8
1
+ go 1.23.3
2
2
3
3
use (
4
4
.
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx/custom-error-pages
2
2
3
- go 1.22.8
3
+ go 1.23.3
4
4
5
5
require github.com/prometheus/client_golang v1.20.5
6
6
Original file line number Diff line number Diff line change 1
1
module example.com/authsvc
2
2
3
- go 1.22.8
3
+ go 1.23.3
4
4
5
5
require k8s.io/apimachinery v0.31.2
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/jet/kube-webhook-certgen
2
2
3
- go 1.22.8
3
+ go 1.23.3
4
4
5
5
require (
6
6
github.com/onrik/logrus v0.11.0
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx/magefiles
2
2
3
- go 1.22.8
3
+ go 1.23.3
4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
You can’t perform that action at this time.
0 commit comments