indieauth-server/magefiles/go.mod
Dan Anglin 4fdad2d805
All checks were successful
CI / Tests (pull_request) Successful in 9s
CI / Style (pull_request) Successful in 9s
feat: project setup
- Set the project's placeholder name to indieauth-server.
- Update the magefiles and CI workflow.
- Add the version command to print the app's build information.
- Add the serve command to run the HTTP server.
2024-10-13 15:36:54 +01:00

5 lines
119 B
Modula-2

module codeflow.dananglin.me.uk/apollo/indieauth-server/magefiles
go 1.23.2
require github.com/magefile/mage v1.15.0