first commit

This commit is contained in:
William Bouzourène 2026-02-15 20:07:42 +01:00
commit 2eed16376f
4 changed files with 107 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module git.readonly.ch/bouzoure/gpx-downloader
go 1.25.7
require (
github.com/golang-io/requests v0.0.0-20260112012319-11ff3d588020 // indirect
github.com/tkrajina/gpxgo v1.4.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/text v0.34.0 // indirect
)