summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-06 11:14:27 +0300
committerPaul Buetow <paul@buetow.org>2025-09-06 11:14:27 +0300
commitfb267966f7840df222338f57023273a993a73c9a (patch)
treed10066412f08b386a6f9fe9289f27124c6ebe9d6 /go.mod
parent1bf4251a7edbd00902f22db77031d0f998569614 (diff)
use TOML not JSON for configuration
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ee8349e..3c4098c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,9 @@
module codeberg.org/snonux/hexai
-go 1.21
+go 1.21.0
+
+toolchain go1.24.5
require github.com/magefile/mage v1.15.0
+
+require github.com/pelletier/go-toml/v2 v2.2.4