Skip to content

Commit 9fd9f41

Browse files
committed
update go.mod
Signed-off-by: Brian Downs <[email protected]>
1 parent 19fbdf3 commit 9fd9f41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

go.mod

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
module github.com/briandowns/spinner
22

3-
go 1.14
3+
go 1.17
44

55
require (
66
github.com/fatih/color v1.7.0
7-
github.com/mattn/go-colorable v0.1.2 // indirect
87
github.com/mattn/go-isatty v0.0.8
98
golang.org/x/term v0.1.0
109
)
10+
11+
require (
12+
github.com/mattn/go-colorable v0.1.2 // indirect
13+
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
14+
)

0 commit comments

Comments
 (0)