File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
33
33
github.com/zalando/go-keyring v0.2.6
34
34
golang.org/x/mod v0.22.0
35
35
golang.org/x/oauth2 v0.24.0
36
- golang.org/x/term v0.26 .0
36
+ golang.org/x/term v0.27 .0
37
37
golang.org/x/text v0.20.0
38
38
k8s.io/apimachinery v0.31.3
39
39
k8s.io/client-go v0.31.3
@@ -88,7 +88,7 @@ require (
88
88
github.com/subosito/gotenv v1.6.0 // indirect
89
89
go.uber.org/multierr v1.11.0 // indirect
90
90
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
91
- golang.org/x/sys v0.27 .0 // indirect
91
+ golang.org/x/sys v0.28 .0 // indirect
92
92
gopkg.in/ini.v1 v1.67.0 // indirect
93
93
gopkg.in/yaml.v2 v2.4.0 // indirect
94
94
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -208,10 +208,10 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w
208
208
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
209
209
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
210
210
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
211
- golang.org/x/sys v0.27 .0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s =
212
- golang.org/x/sys v0.27 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
213
- golang.org/x/term v0.26 .0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU =
214
- golang.org/x/term v0.26 .0 /go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E =
211
+ golang.org/x/sys v0.28 .0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
212
+ golang.org/x/sys v0.28 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
213
+ golang.org/x/term v0.27 .0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q =
214
+ golang.org/x/term v0.27 .0 /go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM =
215
215
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
216
216
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
217
217
golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug =
You can’t perform that action at this time.
0 commit comments