File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ require (
46
46
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
47
47
golang.org/x/net v0.19.0 // indirect
48
48
golang.org/x/oauth2 v0.12.0 // indirect
49
- golang.org/x/sys v0.16 .0 // indirect
49
+ golang.org/x/sys v0.17 .0 // indirect
50
50
golang.org/x/term v0.15.0 // indirect
51
51
golang.org/x/text v0.14.0 // indirect
52
52
golang.org/x/time v0.3.0 // indirect
Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
132
132
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
133
133
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
134
134
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
135
- golang.org/x/sys v0.16 .0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
136
- golang.org/x/sys v0.16 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
135
+ golang.org/x/sys v0.17 .0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
136
+ golang.org/x/sys v0.17 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
137
137
golang.org/x/term v0.15.0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4 =
138
138
golang.org/x/term v0.15.0 /go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0 =
139
139
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
go.uber.org/goleak v1.3.0
20
20
go.uber.org/zap v1.26.0
21
21
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
22
- golang.org/x/sys v0.16 .0
22
+ golang.org/x/sys v0.17 .0
23
23
gomodules.xyz/jsonpatch/v2 v2.4.0
24
24
k8s.io/api v0.29.1
25
25
k8s.io/apiextensions-apiserver v0.29.1
Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5h
176
176
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
177
177
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
178
178
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
179
- golang.org/x/sys v0.16 .0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
180
- golang.org/x/sys v0.16 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
179
+ golang.org/x/sys v0.17 .0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y =
180
+ golang.org/x/sys v0.17 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
181
181
golang.org/x/term v0.15.0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4 =
182
182
golang.org/x/term v0.15.0 /go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0 =
183
183
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments