From 3ceeb1ee00ee8211885c7cc43c1bedd39e4db71a Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Fri, 13 Jan 2023 17:03:27 -0800 Subject: [PATCH] add go mod bump to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0206e8b..956ecc1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/taigrr/gitgraph -go 1.18 +go 1.19 replace github.com/taigrr/go-colorpallettes => ../go-colorpallettes