We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fbdf3 commit 9fd9f41Copy full SHA for 9fd9f41
go.mod
@@ -1,10 +1,14 @@
1
module github.com/briandowns/spinner
2
3
-go 1.14
+go 1.17
4
5
require (
6
github.com/fatih/color v1.7.0
7
- github.com/mattn/go-colorable v0.1.2 // indirect
8
github.com/mattn/go-isatty v0.0.8
9
golang.org/x/term v0.1.0
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