From f0cb6b95f7199fc3710788a4514bad23cd98941e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Paj=C4=85k?= <pellared@hotmail.com>
Date: Mon, 23 Jan 2023 16:50:08 +0100
Subject: [PATCH] Update to Go 1.17

---
 go.mod | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 7800c5c..d918d79 100644
--- a/go.mod
+++ b/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