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=