mirror of
https://github.com/Luzifer/staticmap.git
synced 2024-11-08 17:30:11 +00:00
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module github.com/Luzifer/staticmap
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/Luzifer/go-staticmaps v0.0.0-20231015113856-fd420b8ebab9
|
|
github.com/Luzifer/go_helpers/v2 v2.25.0
|
|
github.com/Luzifer/rconfig/v2 v2.5.2
|
|
github.com/didip/tollbooth v4.0.2+incompatible
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/golang/geo v0.0.0-20230421003525-6adc56603217
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
)
|
|
|
|
require (
|
|
github.com/flopp/go-coordsparser v0.0.0-20240403152942-4891dc40d0a7 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/tkrajina/gpxgo v1.4.0 // indirect
|
|
golang.org/x/image v0.21.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
golang.org/x/time v0.7.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|