From 53eee61c3ab4ea15aedae68b519f7d25d23ecb78 Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Tue, 14 Feb 2023 07:48:40 +0000 Subject: [PATCH] chore: updated go.mod --- go.mod | 6 +++--- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index cdb2d7b..aa4c4f1 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module forge.dananglin.me.uk/code/dananglin/greet +module codeflow.dananglin.me.uk/apollo/greet -go 1.17 +go 1.19 -require github.com/magefile/mage v1.11.0 +require github.com/magefile/mage v1.14.0 diff --git a/go.sum b/go.sum index edf273b..f8bfb2f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/magefile/mage v1.11.0 h1:C/55Ywp9BpgVVclD3lRnSYCwXTYxmSppIgLeDYlNuls= -github.com/magefile/mage v1.11.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= +github.com/magefile/mage v1.14.0 h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo= +github.com/magefile/mage v1.14.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=