File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ jobs:
14
14
- name : Set up Go
15
15
uses : actions/setup-go@v3
16
16
with :
17
- go-version : ' 1.22 '
17
+ go-version : ' 1.23 '
18
18
19
19
- name : Checkout repo
20
20
uses : actions/checkout@v3
21
21
22
+ - name : Check go mod tidy
23
+ run : go mod tidy -diff
24
+
22
25
- name : Run go vet
23
26
run : go vet .
24
27
Original file line number Diff line number Diff line change 1
1
module github.com/schollz/progressbar/v3
2
2
3
3
require (
4
+ github.com/chengxilo/virtualterm v1.0.4
4
5
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
5
6
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
6
7
github.com/rivo/uniseg v0.4.7
@@ -9,7 +10,6 @@ require (
9
10
)
10
11
11
12
require (
12
- github.com/chengxilo/virtualterm v1.0.4 // indirect
13
13
github.com/davecgh/go-spew v1.1.1 // indirect
14
14
github.com/mattn/go-isatty v0.0.20 // indirect
15
15
github.com/mattn/go-runewidth v0.0.16 // indirect
Original file line number Diff line number Diff line change 1
- github.com/chengxilo/virtualterm v1.0.3 h1:Vycm/mKGeHuLXA4zK3XsaseOW7VMY6jJ88/9+XHSNcA =
2
- github.com/chengxilo/virtualterm v1.0.3 /go.mod h1:wjAbIDvnp6Vc8hQoM7tt6fcdk0NiSaQBSoSRwMIpphs =
3
1
github.com/chengxilo/virtualterm v1.0.4 h1:Z6IpERbRVlfB8WkOmtbHiDbBANU7cimRIof7mk9/PwM =
4
2
github.com/chengxilo/virtualterm v1.0.4 /go.mod h1:DyxxBZz/x1iqJjFxTFcr6/x+jSpqN0iwWCOK1q10rlY =
5
3
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
You can’t perform that action at this time.
0 commit comments