From ab05d307d64a8f48646f806b2d27068efcf09109 Mon Sep 17 00:00:00 2001 From: Tom McKeesick Date: Mon, 16 Jan 2023 22:57:39 +1100 Subject: [PATCH] update go.mod to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1e380896..beda35a3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tmck-code/pokesay -go 1.18 +go 1.19 require ( github.com/fatih/color v1.13.0