enbas/magefiles/go.mod
Dan Anglin 3d17c30d0f
build: moved magefiles directory to project root
Moved the magefiles directory back to the project's root directory and
created a separate go.mod file to keep the dependencies separated.

The idea was suggested here:
https://github.com/magefile/mage/issues/502
2024-05-23 11:09:34 +01:00

5 lines
108 B
Modula-2

module codeflow.dananglin.me.uk/apollo/enbas/magefiles
go 1.22.3
require github.com/magefile/mage v1.15.0