diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-05 11:21:55 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-05 11:21:55 +0200 |
| commit | bef31e1d35fe88f2698cf0e3191f26a79623f66f (patch) | |
| tree | 8d8e10b2a58fc4ca557f0312cfda60adfc308c30 /go.mod | |
| parent | 69f317d8cb51b911732712a9fcc8ac49563326c6 (diff) | |
feat: Add web ride library with Strava sync
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,7 @@ go 1.23.0 toolchain go1.23.8 require ( + github.com/a-h/templ v0.2.747 github.com/bradleyjkemp/cupaloy v1.3.0 github.com/jftuga/geodist v1.0.0 github.com/martinlehoux/kagamigo v0.4.1 @@ -25,7 +26,6 @@ require ( github.com/BurntSushi/toml v1.4.0 // indirect github.com/ClickHouse/clickhouse-go v1.5.4 // indirect github.com/DataDog/czlib v0.0.0-20240814115052-86a9592b3985 // 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/campoy/embedmd v1.0.0 // indirect |