summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-01 22:40:08 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-01 22:40:08 +0200
commit80f2e72cd4818a4c0a5b5d4afb93dc23f04208e2 (patch)
treed6f0323ed7e9e29190742750d70ee8ec392573c5 /go.mod
parentef12ceb8105c21cbfd9cd7ac9935893086d5af51 (diff)
feat: Download mountain passes from centcols into SQLite
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 19 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8eb0702..63e19a4 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ 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/stretchr/testify v1.9.0
github.com/tkrajina/gpxgo v1.4.0
)
@@ -17,23 +17,41 @@ require (
codeberg.org/go-pdf/fpdf v0.10.0 // indirect
git.sr.ht/~sbinet/gg v0.6.0 // indirect
github.com/BurntSushi/toml v1.4.0 // indirect
+ github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
github.com/a-h/templ v0.2.747 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
+ github.com/amacneil/dbmate v1.16.2 // indirect
github.com/bradleyjkemp/cupaloy v1.3.0 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
+ github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
+ github.com/joho/godotenv v1.4.0 // indirect
github.com/kataras/i18n v0.0.8 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
+ github.com/lib/pq v1.10.7 // indirect
+ github.com/mattn/go-sqlite3 v1.14.16 // indirect
+ github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
+ github.com/rivo/uniseg v0.4.7 // indirect
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
+ github.com/schollz/progressbar/v3 v3.18.0 // indirect
+ github.com/urfave/cli/v2 v2.24.2 // indirect
+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/image v0.25.0 // indirect
golang.org/x/net v0.27.0 // indirect
+ golang.org/x/sys v0.34.0 // indirect
+ golang.org/x/term v0.33.0 // indirect
golang.org/x/text v0.23.0 // indirect
gonum.org/v1/plot v0.16.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
)
+
+tool github.com/amacneil/dbmate