Skip to content

Commit

Permalink
Merge pull request #184 from pellared/go-1.17
Browse files Browse the repository at this point in the history
Update to Go 1.17
  • Loading branch information
fatih committed Jan 23, 2023
2 parents 212f8c5 + f0cb6b9 commit 3d5097c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
@@ -1,9 +1,10 @@
module github.com/fatih/color

go 1.13
go 1.17

require (
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.17
golang.org/x/sys v0.3.0 // indirect
)

require golang.org/x/sys v0.3.0 // indirect

0 comments on commit 3d5097c

Please sign in to comment.