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 212f8c5 commit f0cb6b9Copy full SHA for f0cb6b9
go.mod
@@ -1,9 +1,10 @@
1
module github.com/fatih/color
2
3
-go 1.13
+go 1.17
4
5
require (
6
github.com/mattn/go-colorable v0.1.13
7
github.com/mattn/go-isatty v0.0.17
8
- golang.org/x/sys v0.3.0 // indirect
9
)
+
10
+require golang.org/x/sys v0.3.0 // indirect
0 commit comments