first commit
This commit is contained in:
commit
2eed16376f
4 changed files with 107 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue