mirror of
https://github.com/flopp/go-staticmaps.git
synced 2025-12-08 18:26:36 +00:00
17 lines
633 B
Modula-2
17 lines
633 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-20160810104536-845bca739e26
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/fzipp/gocyclo v0.0.0-20150627053110-6acd4345c835 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/tkrajina/gpxgo v1.0.1
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
|
|
golang.org/x/tools v0.0.0-20200828161849-5deb26317202 // indirect
|
|
)
|