From 766ec45bb50c4e4335e7529f070e87af510c3914 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 7 Apr 2025 07:02:18 +0200 Subject: refactor: convert countries.json to TOML --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.2.3