chore: updated go.mod

This commit is contained in:
Dan Anglin 2023-02-14 07:48:40 +00:00
parent c104a8b118
commit 53eee61c3a
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 5 additions and 5 deletions

6
go.mod
View file

@ -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

4
go.sum
View file

@ -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=