File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
custom-error-pages/rootfs
ext-auth-example-authsvc/rootfs
fastcgi-helloserver/rootfs
go-grpc-greeter-server/rootfs
kube-webhook-certgen/rootfs Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- 1.24.5
1
+ 1.24.6
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx
2
2
3
- go 1.24.5
3
+ go 1.24.6
4
4
5
5
require (
6
6
dario.cat/mergo v1.0.2
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.24.5
3
+ go 1.24.6
4
4
5
5
require github.com/prometheus/client_golang v1.23.0
6
6
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx/ext-auth-example-authsvc
2
2
3
- go 1.24.5
3
+ go 1.24.6
4
4
5
5
require k8s.io/apimachinery v0.33.3
6
6
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx/fastcgi-helloserver
2
2
3
- go 1.24.5
3
+ go 1.24.6
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx/go-grpc-greeter-server
2
2
3
- go 1.24.5
3
+ go 1.24.6
4
4
5
5
require (
6
6
google.golang.org/grpc v1.74.2
Original file line number Diff line number Diff line change 1
1
module github.com/jet/kube-webhook-certgen
2
2
3
- go 1.24.5
3
+ go 1.24.6
4
4
5
5
require (
6
6
github.com/onrik/logrus v0.11.0
You can’t perform that action at this time.
0 commit comments