diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-07 07:02:18 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-13 23:18:01 +0200 |
commit | 766ec45bb50c4e4335e7529f070e87af510c3914 (patch) | |
tree | 7ba687b40e09459c90b93ae58cef80a386cc580b /go.mod | |
parent | 43c782b50fe9c5acbfd04139337873326015e27d (diff) |
refactor: convert countries.json to TOML
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |