File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4
4
build :
5
5
strategy :
6
6
matrix :
7
- go-version : [~1.13 , ^1]
7
+ go-version : [~1.17 , ^1]
8
8
os : [ubuntu-latest, macos-latest, windows-latest]
9
9
runs-on : ${{ matrix.os }}
10
10
env :
Original file line number Diff line number Diff line change 1
1
module github.com/muesli/termenv
2
2
3
- go 1.13
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/aymanbagabas/go-osc52/v2 v2.0.1
7
7
github.com/lucasb-eyer/go-colorful v1.2.0
8
8
github.com/mattn/go-isatty v0.0.17
9
9
github.com/mattn/go-runewidth v0.0.14
10
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
10
+ golang.org/x/sys v0.6.0
11
11
)
12
+
13
+ require github.com/rivo/uniseg v0.2.0 // indirect
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWV
8
8
github.com/mattn/go-runewidth v0.0.14 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
9
9
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY =
10
10
github.com/rivo/uniseg v0.2.0 /go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc =
11
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU =
12
11
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
12
+ golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
13
+ golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments