Clean up + add webserver
This commit is contained in:
parent
2eed16376f
commit
67e2e4d306
7 changed files with 216 additions and 68 deletions
21
go.mod
21
go.mod
|
|
@ -3,8 +3,25 @@ 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
|
||||
github.com/gofiber/fiber/v2 v2.52.11
|
||||
github.com/gofiber/helmet/v2 v2.2.26
|
||||
github.com/golang-io/requests v0.0.0-20260112012319-11ff3d588020
|
||||
github.com/tkrajina/gpxgo v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.2.0 // indirect
|
||||
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/klauspost/compress v1.18.4 // indirect
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.19 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/valyala/fasthttp v1.69.0 // indirect
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/net v0.50.0 // indirect
|
||||
golang.org/x/sys v0.41.0 // indirect
|
||||
golang.org/x/text v0.34.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue