From 0cf808465f0e048f02655710ce5753e3ac3b4dae Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Wed, 8 Feb 2023 16:03:09 -0500 Subject: [PATCH] Updating go.mod. Signed-off-by: Jakub Sobon --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebebe29..5fcc03e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mum4k/termdash -go 1.17 +go 1.20 require ( github.com/gdamore/tcell/v2 v2.5.4