diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-28 11:20:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-28 11:20:32 +0300 |
| commit | e3a7a18558fa5631c44fb70af673877d855206fc (patch) | |
| tree | 2136929a017ebb4b1eeec646ae5c8ea8217cd21e | |
| parent | 101500cc9a9b4e636451aba67ae5f8e924432afa (diff) | |
add mage to go.mod
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ module hexai go 1.21 +require github.com/magefile/mage v1.15.0 |
