diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
