mirror of
https://github.com/flopp/go-staticmaps.git
synced 2025-12-08 18:26:36 +00:00
15 lines
481 B
Modula-2
15 lines
481 B
Modula-2
module github.com/flopp/go-staticmaps
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Wessie/appdirs v0.0.0-20141031215813-6573e894f8e2
|
|
github.com/flopp/go-coordsparser v0.0.0-20201115094714-8baaeb7062d5
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/geo v0.0.0-20210108004804-a63082ebfb66
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/tkrajina/gpxgo v1.0.1
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
|
)
|