File tree Expand file tree Collapse file tree 8 files changed +12
-10
lines changed
kube-webhook-certgen/rootfs Expand file tree Collapse file tree 8 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ if [[ "$DOCKER_IN_DOCKER_ENABLED" == "true" ]]; then
79
79
echo " ..reached DIND check TRUE block, inside run-in-docker.sh"
80
80
echo " FLAGS=$FLAGS "
81
81
# go env
82
- go install -mod=mod github.com/onsi/ginkgo/v2/
[email protected] .
0
82
+ go install -mod=mod github.com/onsi/ginkgo/v2/
[email protected] .
3
83
83
find / -type f -name ginkgo 2> /dev/null
84
84
which ginkgo
85
85
/bin/bash -c " ${FLAGS} "
Original file line number Diff line number Diff line change 1
1
module k8s.io/ingress-nginx
2
2
3
3
go 1.24.1
4
+
4
5
require (
5
6
dario.cat/mergo v1.0.1
6
7
github.com/armon/go-proxyproto v0.1.0
@@ -13,7 +14,7 @@ require (
13
14
github.com/mitchellh/mapstructure v1.5.0
14
15
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
15
16
github.com/ncabatoff/process-exporter v0.8.5
16
- github.com/onsi/ginkgo/v2 v2.23.0
17
+ github.com/onsi/ginkgo/v2 v2.23.3
17
18
github.com/opencontainers/runc v1.2.5
18
19
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
19
20
github.com/prometheus/client_golang v1.21.1
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
163
163
github.com/onsi/ginkgo v1.12.1 /go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk =
164
164
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE =
165
165
github.com/onsi/ginkgo v1.16.5 /go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU =
166
- github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ =
167
- github.com/onsi/ginkgo/v2 v2.23.0 /go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM =
166
+ github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0 =
167
+ github.com/onsi/ginkgo/v2 v2.23.3 /go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM =
168
168
github.com/onsi/gomega v1.7.1 /go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY =
169
169
github.com/onsi/gomega v1.10.1 /go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo =
170
170
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
Original file line number Diff line number Diff line change 1
1
module github.com/jet/kube-webhook-certgen
2
2
3
3
go 1.24.1
4
+
4
5
require (
5
6
github.com/onrik/logrus v0.11.0
6
7
github.com/sirupsen/logrus v1.9.3
@@ -32,7 +33,7 @@ require (
32
33
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33
34
github.com/modern-go/reflect2 v1.0.2 // indirect
34
35
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
35
- github.com/onsi/ginkgo/v2 v2.23.0 // indirect
36
+ github.com/onsi/ginkgo/v2 v2.23.3 // indirect
36
37
github.com/onsi/gomega v1.36.2 // indirect
37
38
github.com/pkg/errors v0.9.1 // indirect
38
39
github.com/spf13/pflag v1.0.6 // indirect
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
56
56
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
57
57
github.com/onrik/logrus v0.11.0 h1:pu+BCaWL36t0yQaj/2UHK2erf88dwssAKOT51mxPUVs =
58
58
github.com/onrik/logrus v0.11.0 /go.mod h1:fO2vlZwIdti6PidD3gV5YKt9Lq5ptpnP293RAe1ITwk =
59
- github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ =
60
- github.com/onsi/ginkgo/v2 v2.23.0 /go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM =
59
+ github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0 =
60
+ github.com/onsi/ginkgo/v2 v2.23.3 /go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM =
61
61
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
62
62
github.com/onsi/gomega v1.36.2 /go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY =
63
63
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ build: builder
44
44
--build-arg YAML_LINT_VERSION=1.33.0 \
45
45
--build-arg YAMALE_VERSION=4.0.4 \
46
46
--build-arg HELM_VERSION=3.14.4 \
47
- --build-arg GINKGO_VERSION=2.23.0 \
47
+ --build-arg GINKGO_VERSION=2.23.3 \
48
48
--build-arg GOLINT_VERSION=latest \
49
49
rootfs \
50
50
--tag $(IMAGE ) :$(TAG ) \
Original file line number Diff line number Diff line change 78
78
79
79
if [ " ${SKIP_IMAGE_CREATION:- false} " = " false" ]; then
80
80
if ! command -v ginkgo & > /dev/null; then
81
- go install github.com/onsi/ginkgo/v2/
[email protected] .
0
81
+ go install github.com/onsi/ginkgo/v2/
[email protected] .
3
82
82
fi
83
83
echo " [dev-env] building image"
84
84
make -C ${DIR} /../../ clean-image build image
Original file line number Diff line number Diff line change 95
95
96
96
if [ " ${SKIP_E2E_IMAGE_CREATION} " = " false" ]; then
97
97
if ! command -v ginkgo & > /dev/null; then
98
- go install github.com/onsi/ginkgo/v2/
[email protected] .
0
98
+ go install github.com/onsi/ginkgo/v2/
[email protected] .
3
99
99
fi
100
100
101
101
echo " [dev-env] .. done building controller images"
You can’t perform that action at this time.
0 commit comments