mirror of
https://github.com/flopp/go-staticmaps.git
synced 2025-12-08 18:26:36 +00:00
23 lines
585 B
Modula-2
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
|
|
)
|