1
1
module k8s.io/ingress-nginx
2
2
3
- go 1.21.1
3
+ go 1.21.3
4
4
5
5
require (
6
+ dario.cat/mergo v1.0.0
6
7
github.com/armon/go-proxyproto v0.0.0-20210323213023-7e956b284f0a
7
8
github.com/eapache/channels v1.1.0
8
9
github.com/fsnotify/fsnotify v1.6.0
9
- github.com/imdario/mergo v0.3.16
10
10
github.com/json-iterator/go v1.1.12
11
11
github.com/kylelemons/godebug v1.1.0
12
12
github.com/mitchellh/go-ps v1.0.0
13
13
github.com/mitchellh/hashstructure/v2 v2.0.2
14
14
github.com/mitchellh/mapstructure v1.5.0
15
15
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
16
16
github.com/ncabatoff/process-exporter v0.7.10
17
- github.com/onsi/ginkgo/v2 v2.12 .0
17
+ github.com/onsi/ginkgo/v2 v2.13 .0
18
18
github.com/opencontainers/runc v1.1.9
19
19
github.com/pmezard/go-difflib v1.0.0
20
20
github.com/prometheus/client_golang v1.17.0
@@ -24,40 +24,40 @@ require (
24
24
github.com/spf13/pflag v1.0.5
25
25
github.com/stretchr/testify v1.8.4
26
26
github.com/yudai/gojsondiff v1.0.0
27
- github.com/zakjan/cert-chain-resolver v0.0.0-20211122211144-c6b0b792af9a
27
+ github.com/zakjan/cert-chain-resolver v0.0.0-20221221105603-fcedb00c5b30
28
28
golang.org/x/crypto v0.14.0
29
29
google.golang.org/grpc v1.58.3
30
30
google.golang.org/grpc/examples v0.0.0-20221220003428-4f16fbe410f7
31
31
gopkg.in/go-playground/pool.v3 v3.1.1
32
32
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
33
- k8s.io/api v0.27.4
34
- k8s.io/apiextensions-apiserver v0.26.4
35
- k8s.io/apimachinery v0.27.4
36
- k8s.io/apiserver v0.26.4
37
- k8s.io/cli-runtime v0.26.4
38
- k8s.io/client-go v0.27.4
39
- k8s.io/code-generator v0.26.4
40
- k8s.io/component-base v0.27.4
33
+ k8s.io/api v0.27.6
34
+ k8s.io/apiextensions-apiserver v0.27.6
35
+ k8s.io/apimachinery v0.27.6
36
+ k8s.io/apiserver v0.27.6
37
+ k8s.io/cli-runtime v0.27.6
38
+ k8s.io/client-go v0.27.6
39
+ k8s.io/code-generator v0.27.6
40
+ k8s.io/component-base v0.27.6
41
41
k8s.io/klog/v2 v2.100.1
42
42
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
43
43
sigs.k8s.io/controller-runtime v0.14.6
44
44
sigs.k8s.io/mdtoc v1.1.0
45
45
)
46
46
47
47
require (
48
- github.com/BurntSushi/toml v1.0.0 // indirect
48
+ github.com/BurntSushi/toml v1.3.2 // indirect
49
49
github.com/beorn7/perks v1.0.1 // indirect
50
50
github.com/blang/semver/v4 v4.0.0 // indirect
51
51
github.com/cespare/xxhash/v2 v2.2.0 // indirect
52
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
52
+ github.com/coreos/go-systemd/v22 v22.4.0 // indirect
53
53
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
54
54
github.com/davecgh/go-spew v1.1.1 // indirect
55
55
github.com/eapache/queue v1.1.0 // indirect
56
56
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
57
57
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
58
58
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
59
- github.com/fullsailor/pkcs7 v0.0.0-20160414161337-2585af45975b // indirect
60
- github.com/go-errors/errors v1.0.1 // indirect
59
+ github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa // indirect
60
+ github.com/go-errors/errors v1.4.2 // indirect
61
61
github.com/go-logr/logr v1.2.4 // indirect
62
62
github.com/go-openapi/jsonpointer v0.19.6 // indirect
63
63
github.com/go-openapi/jsonreference v0.20.1 // indirect
@@ -72,10 +72,11 @@ require (
72
72
github.com/google/gnostic v0.5.7-v3refs // indirect
73
73
github.com/google/go-cmp v0.5.9 // indirect
74
74
github.com/google/gofuzz v1.1.0 // indirect
75
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
75
+ github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
76
76
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
77
77
github.com/google/uuid v1.3.0 // indirect
78
78
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
79
+ github.com/imdario/mergo v0.3.6 // indirect
79
80
github.com/inconshreveable/mousetrap v1.1.0 // indirect
80
81
github.com/josharian/intern v1.0.0 // indirect
81
82
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -95,19 +96,19 @@ require (
95
96
github.com/pkg/errors v0.9.1 // indirect
96
97
github.com/prometheus/procfs v0.11.1 // indirect
97
98
github.com/sergi/go-diff v1.1.0 // indirect
98
- github.com/sirupsen/logrus v1.8.1 // indirect
99
+ github.com/sirupsen/logrus v1.9.0 // indirect
99
100
github.com/xlab/treeprint v1.1.0 // indirect
100
101
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
101
102
github.com/yudai/pp v2.0.1+incompatible // indirect
102
103
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
103
- golang.org/x/mod v0.12 .0 // indirect
104
- golang.org/x/net v0.14 .0 // indirect
105
- golang.org/x/oauth2 v0.10 .0 // indirect
104
+ golang.org/x/mod v0.13 .0 // indirect
105
+ golang.org/x/net v0.16 .0 // indirect
106
+ golang.org/x/oauth2 v0.12 .0 // indirect
106
107
golang.org/x/sys v0.13.0 // indirect
107
108
golang.org/x/term v0.13.0 // indirect
108
109
golang.org/x/text v0.13.0 // indirect
109
110
golang.org/x/time v0.3.0 // indirect
110
- golang.org/x/tools v0.12 .0 // indirect
111
+ golang.org/x/tools v0.14 .0 // indirect
111
112
google.golang.org/appengine v1.6.7 // indirect
112
113
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
113
114
google.golang.org/protobuf v1.31.0 // indirect
@@ -119,8 +120,8 @@ require (
119
120
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
120
121
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
121
122
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
122
- sigs.k8s.io/kustomize/api v0.12.1 // indirect
123
- sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
123
+ sigs.k8s.io/kustomize/api v0.13.2 // indirect
124
+ sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect
124
125
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
125
126
sigs.k8s.io/yaml v1.3.0 // indirect
126
127
)
0 commit comments