diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2025-04-21 10:46:17 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2025-04-21 10:46:17 +0200 |
| commit | 87850541aa6f719721209ed994b93ad4d7ab4077 (patch) | |
| tree | b7aeb56f6cacabf6bf80e7c6ae142ca176046aa4 /go.mod | |
| parent | 81645d9a6995bb2f44019948b3f45c277772da5d (diff) | |
Add more data in climb & point
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,8 +1,11 @@ module github.com/martinlehoux/biking_home -go 1.22 +go 1.23.0 + +toolchain go1.23.8 require ( + github.com/jftuga/geodist v1.0.0 github.com/martinlehoux/kagamigo v0.4.1 github.com/stretchr/testify v1.8.4 github.com/tkrajina/gpxgo v1.4.0 @@ -19,7 +22,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/net v0.27.0 // indirect - golang.org/x/text v0.16.0 // indirect + golang.org/x/text v0.23.0 // 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 |