Skip to content

Commit 1f71342

Browse files
committed
update deps
1 parent 4503567 commit 1f71342

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

Diff for: .github/workflows/test.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
go:
21+
- '1.23'
22+
- '1.22'
23+
- '1.21'
2124
- '1.20'
2225
- '1.19'
2326
- '1.18'
24-
- '1.17'
25-
- '1.16'
26-
- '1.15'
27-
- '1.14'
28-
- '1.13'
2927
steps:
3028
- uses: actions/setup-go@v2
3129
with:

Diff for: go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/mattn/go-colorable
22

33
require (
4-
github.com/mattn/go-isatty v0.0.16
5-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
4+
github.com/mattn/go-isatty v0.0.20
5+
golang.org/x/sys v0.29.0
66
)
77

8-
go 1.15
8+
go 1.18

Diff for: go.sum

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=
2-
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
3-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU=
4-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1+
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
2+
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
3+
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
5+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 commit comments

Comments
 (0)