We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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