File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/rivo/uniseg v0.2.0 // indirect
20
20
github.com/stretchr/testify v1.7.0 // indirect
21
21
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
22
- golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect
22
+ golang.org/x/sys v0.1.0 // indirect
23
23
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
24
24
gopkg.in/yaml.v3 v3.0.1 // indirect
25
25
)
Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1z
34
34
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de h1:xSjD6HQTqT0H/k60N5yYBtnN1OEkVy7WIo/DYyxKRO0 =
35
35
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
36
36
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
37
- golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 h1:Bli41pIlzTzf3KEY06n+xnzK/BESIg2ze4Pgfh/aI8c =
38
37
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
38
+ golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U =
39
+ golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
39
40
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE =
40
41
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
41
42
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b /go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ =
You can’t perform that action at this time.
0 commit comments