File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - uses : actions/setup-go@v2
1515 with :
16- go-version : ' 1.18 '
16+ go-version : ' 1.17 '
1717 - run : go version
1818 - run : go test -v -cover .
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ require (
66 github.com/mattn/go-isatty v0.0.16 // indirect
77 github.com/mattn/go-runewidth v0.0.13
88 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
9- github.com/rivo/uniseg v0.3.4 // indirect
109 github.com/stretchr/testify v1.3.0
1110 golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
1211 golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db h1:62I3jR2Em
1111github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db /go.mod h1:l0dey0ia/Uv7NcFFVbCLtqEBQbrT4OCwCSKTEv6enCw =
1212github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1313github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
14+ github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
1415github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
15- github.com/rivo/uniseg v0.3.4 h1:3Z3Eu6FGHZWSfNKJTOUiPatWwfc7DzJRU04jFUqJODw =
16- github.com/rivo/uniseg v0.3.4 /go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88 =
1716github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
1817github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
1918github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
You can’t perform that action at this time.
0 commit comments