diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-05 14:17:59 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-05 14:17:59 +0200 |
| commit | 71c39ed9f8ce3563130cdfc5099e9d7df60845a9 (patch) | |
| tree | e610b8360f6364e3ab7c5e817ac94bd51cc0dfd1 /go.mod | |
| parent | bef31e1d35fe88f2698cf0e3191f26a79623f66f (diff) | |
refactor: Replace env config with atomic YAML
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,7 @@ require ( github.com/tkrajina/gpxgo v1.4.0 golang.org/x/text v0.23.0 gonum.org/v1/plot v0.16.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -57,7 +58,6 @@ require ( google.golang.org/protobuf v1.36.10 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/ini.v1 v1.67.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect ) tool github.com/amacneil/dbmate |