We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 212f8c5 + f0cb6b9 commit 3d5097cCopy full SHA for 3d5097c
1 file changed
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