summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-07 07:02:18 +0200
committerMartin Fischer <martin@push-f.com>2025-04-13 23:18:01 +0200
commit766ec45bb50c4e4335e7529f070e87af510c3914 (patch)
tree7ba687b40e09459c90b93ae58cef80a386cc580b /go.mod
parent43c782b50fe9c5acbfd04139337873326015e27d (diff)
refactor: convert countries.json to TOML
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e2f8382..31d4f00 100644
--- a/go.mod
+++ b/go.mod
@@ -2,5 +2,7 @@ module push-f.com/lex-surf
go 1.23.5
+require github.com/BurntSushi/toml v1.5.0
+
// test dependencies
require github.com/peter-evans/patience v0.3.0