From 7945d303a92c69c2c3381abe34c90387bd613549 Mon Sep 17 00:00:00 2001 From: Matt Wise <768067+diranged@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:27:14 -0700 Subject: [PATCH] bump gmo --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c977fe9..5b57bc3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/diranged/oz -go 1.19 +go 1.20 require ( github.com/fatih/color v1.15.0