Skip to content

Commit 3d5097c

Browse files
authored
Merge pull request #184 from pellared/go-1.17
Update to Go 1.17
2 parents 212f8c5 + f0cb6b9 commit 3d5097c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
module github.com/fatih/color
22

3-
go 1.13
3+
go 1.17
44

55
require (
66
github.com/mattn/go-colorable v0.1.13
77
github.com/mattn/go-isatty v0.0.17
8-
golang.org/x/sys v0.3.0 // indirect
98
)
9+
10+
require golang.org/x/sys v0.3.0 // indirect

0 commit comments

Comments
 (0)