go-staticmaps/go.mod
renovate[bot] 973b17999e
fix(deps): update github.com/golang/geo digest to f4b8165 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-29 14:13:48 +02:00

23 lines
585 B
Modula-2

module github.com/flopp/go-staticmaps
go 1.23.0
toolchain go1.24.4
require (
github.com/flopp/go-coordsparser v0.0.0-20250311184423-61a7ff62d17c
github.com/fogleman/gg v1.3.0
github.com/golang/geo v0.0.0-20250627182359-f4b81656db99
github.com/jessevdk/go-flags v1.6.1
github.com/mazznoer/csscolorparser v0.1.6
github.com/tkrajina/gpxgo v1.4.0
golang.org/x/image v0.28.0
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.26.0 // indirect
)