File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ require (
54
54
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
55
55
golang.org/x/mod v0.14.0 // indirect
56
56
golang.org/x/net v0.19.0 // indirect
57
+ golang.org/x/sys v0.16.0 // indirect
57
58
golang.org/x/sync v0.6.0 // indirect
58
- golang.org/x/sys v0.15.0 // indirect
59
59
golang.org/x/text v0.14.0 // indirect
60
60
golang.org/x/tools v0.16.1 // indirect
61
61
gopkg.in/warnings.v0 v0.1.2 // indirect
Original file line number Diff line number Diff line change @@ -196,6 +196,8 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
196
196
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
197
197
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
198
198
golang.org/x/sys v0.15.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
199
+ golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU =
200
+ golang.org/x/sys v0.16.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
199
201
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
200
202
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
201
203
golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ require (
38
38
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611 // indirect
39
39
golang.org/x/mod v0.14.0 // indirect
40
40
golang.org/x/net v0.19.0 // indirect
41
+ golang.org/x/sys v0.16.0 // indirect
41
42
golang.org/x/sync v0.6.0 // indirect
42
- golang.org/x/sys v0.15.0 // indirect
43
43
golang.org/x/text v0.14.0 // indirect
44
44
golang.org/x/tools v0.16.1 // indirect
45
45
gopkg.in/warnings.v0 v0.1.2 // indirect
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
157
157
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
158
158
golang.org/x/sys v0.15.0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
159
159
golang.org/x/sys v0.15.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
160
+ golang.org/x/sys v0.16.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
160
161
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
161
162
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
162
163
golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
You can’t perform that action at this time.
0 commit comments