@@ -7,41 +7,41 @@ require (
7
7
github.com/blang/semver/v4 v4.0.0
8
8
github.com/compose-spec/compose-go v1.8.2 // fixation
9
9
github.com/containerd/go-cni v1.1.9
10
- github.com/containernetworking/plugins v1.3 .0
11
- github.com/creack/pty v1.1.18
12
- github.com/emicklei/go-restful/v3 v3.11.0
10
+ github.com/containernetworking/plugins v1.4 .0
11
+ github.com/creack/pty v1.1.21
12
+ github.com/emicklei/go-restful/v3 v3.11.2
13
13
github.com/fsnotify/fsnotify v1.7.0
14
14
github.com/google/cel-go v0.17.7
15
15
github.com/google/go-cmp v0.6.0
16
- github.com/itchyny/gojq v0.12.13
17
- github.com/nxadm/tail v1.4.8
18
- github.com/prometheus/client_golang v1.16 .0
19
- github.com/prometheus/client_model v0.4 .0
20
- github.com/spf13/cobra v1.7 .0
16
+ github.com/itchyny/gojq v0.12.14
17
+ github.com/nxadm/tail v1.4.11
18
+ github.com/prometheus/client_golang v1.18 .0
19
+ github.com/prometheus/client_model v0.5 .0
20
+ github.com/spf13/cobra v1.8 .0
21
21
github.com/spf13/pflag v1.0.5
22
22
github.com/wzshiming/cmux v0.3.3
23
23
github.com/wzshiming/ctc v1.2.3
24
24
github.com/wzshiming/easycel v0.5.0
25
- go.etcd.io/etcd/client/v3 v3.5.10
26
- golang.org/x/sync v0.5 .0
27
- golang.org/x/sys v0.15 .0
28
- golang.org/x/term v0.15 .0
29
- k8s.io/api v0.29.0
30
- k8s.io/apimachinery v0.29.0
31
- k8s.io/apiserver v0.29.0
32
- k8s.io/client-go v0.29.0
33
- k8s.io/code-generator v0.29.0
34
- k8s.io/cri-api v0.29.0
25
+ go.etcd.io/etcd/client/v3 v3.5.11
26
+ golang.org/x/sync v0.6 .0
27
+ golang.org/x/sys v0.16 .0
28
+ golang.org/x/term v0.16 .0
29
+ k8s.io/api v0.29.1
30
+ k8s.io/apimachinery v0.29.1
31
+ k8s.io/apiserver v0.29.1
32
+ k8s.io/client-go v0.29.1
33
+ k8s.io/code-generator v0.29.1
34
+ k8s.io/cri-api v0.29.1
35
35
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
36
- k8s.io/kubelet v0.29.0
36
+ k8s.io/kubelet v0.29.1
37
37
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
38
- sigs.k8s.io/controller-runtime v0.16 .0
39
- sigs.k8s.io/controller-tools v0.13 .0
38
+ sigs.k8s.io/controller-runtime v0.17 .0
39
+ sigs.k8s.io/controller-tools v0.14 .0
40
40
sigs.k8s.io/e2e-framework v0.3.0
41
- sigs.k8s.io/kustomize/api v0.14 .0
42
- sigs.k8s.io/kustomize/kustomize/v5 v5.1.1
43
- sigs.k8s.io/kustomize/kyaml v0.14.3
44
- sigs.k8s.io/yaml v1.3 .0
41
+ sigs.k8s.io/kustomize/api v0.16 .0
42
+ sigs.k8s.io/kustomize/kustomize/v5 v5.3.0
43
+ sigs.k8s.io/kustomize/kyaml v0.16.0
44
+ sigs.k8s.io/yaml v1.4 .0
45
45
)
46
46
47
47
require (
@@ -53,15 +53,15 @@ require (
53
53
github.com/containernetworking/cni v1.1.2 // indirect
54
54
github.com/coreos/go-semver v0.3.1 // indirect
55
55
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
56
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
56
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
57
57
github.com/davecgh/go-spew v1.1.1 // indirect
58
58
github.com/distribution/distribution/v3 v3.0.0-20230214150026-36d8c594d7aa // indirect
59
59
github.com/docker/go-connections v0.4.0 // indirect
60
60
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
61
- github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
62
- github.com/fatih/color v1.15 .0 // indirect
61
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
62
+ github.com/fatih/color v1.16 .0 // indirect
63
63
github.com/go-errors/errors v1.4.2 // indirect
64
- github.com/go-logr/logr v1.3.0 // indirect
64
+ github.com/go-logr/logr v1.4.1 // indirect
65
65
github.com/go-openapi/jsonpointer v0.19.6 // indirect
66
66
github.com/go-openapi/jsonreference v0.20.2 // indirect
67
67
github.com/go-openapi/swag v0.22.3 // indirect
@@ -82,8 +82,8 @@ require (
82
82
github.com/json-iterator/go v1.1.12 // indirect
83
83
github.com/mailru/easyjson v0.7.7 // indirect
84
84
github.com/mattn/go-colorable v0.1.13 // indirect
85
- github.com/mattn/go-isatty v0.0.19 // indirect
86
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
85
+ github.com/mattn/go-isatty v0.0.20 // indirect
86
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
87
87
github.com/mitchellh/copystructure v1.0.0 // indirect
88
88
github.com/mitchellh/mapstructure v1.5.0 // indirect
89
89
github.com/mitchellh/reflectwalk v1.0.0 // indirect
@@ -95,8 +95,8 @@ require (
95
95
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
96
96
github.com/opencontainers/go-digest v1.0.0 // indirect
97
97
github.com/pkg/errors v0.9.1 // indirect
98
- github.com/prometheus/common v0.44 .0 // indirect
99
- github.com/prometheus/procfs v0.10.1 // indirect
98
+ github.com/prometheus/common v0.45 .0 // indirect
99
+ github.com/prometheus/procfs v0.12.0 // indirect
100
100
github.com/rogpeppe/go-internal v1.10.1-0.20230524175051-ec119421bb97 // indirect
101
101
github.com/russross/blackfriday/v2 v2.1.0 // indirect
102
102
github.com/shopspring/decimal v1.2.0 // indirect
@@ -106,25 +106,26 @@ require (
106
106
github.com/wzshiming/trie v0.1.1 // indirect
107
107
github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae // indirect
108
108
github.com/xlab/treeprint v1.2.0 // indirect
109
- go.etcd.io/etcd/api/v3 v3.5.10 // indirect
110
- go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
109
+ go.etcd.io/etcd/api/v3 v3.5.11 // indirect
110
+ go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
111
111
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
112
112
go.uber.org/multierr v1.11.0 // indirect
113
- go.uber.org/zap v1.25 .0 // indirect
113
+ go.uber.org/zap v1.26 .0 // indirect
114
114
golang.org/x/crypto v0.17.0 // indirect
115
115
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
116
116
golang.org/x/mod v0.14.0 // indirect
117
- golang.org/x/net v0.18 .0 // indirect
118
- golang.org/x/oauth2 v0.11 .0 // indirect
117
+ golang.org/x/net v0.19 .0 // indirect
118
+ golang.org/x/oauth2 v0.12 .0 // indirect
119
119
golang.org/x/text v0.14.0 // indirect
120
120
golang.org/x/time v0.3.0 // indirect
121
- golang.org/x/tools v0.15.0 // indirect
121
+ golang.org/x/tools v0.16.1 // indirect
122
122
google.golang.org/appengine v1.6.7 // indirect
123
123
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
124
124
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
125
125
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
126
126
google.golang.org/grpc v1.59.0 // indirect
127
127
google.golang.org/protobuf v1.31.0 // indirect
128
+ gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
128
129
gopkg.in/inf.v0 v0.9.1 // indirect
129
130
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
130
131
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -133,6 +134,6 @@ require (
133
134
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
134
135
k8s.io/klog/v2 v2.110.1 // indirect
135
136
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
136
- sigs.k8s.io/kustomize/cmd/config v0.11.3 // indirect
137
+ sigs.k8s.io/kustomize/cmd/config v0.13.0 // indirect
137
138
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
138
139
)
0 commit comments