mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-22 23:24:09 +01:00
19 lines
574 B
Modula-2
19 lines
574 B
Modula-2
module github.com/omniscale/magnacarto
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/hsluv/hsluv-go v2.0.0+incompatible
|
|
github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
|
|
github.com/omniscale/go-mapnik/v2 v2.0.1
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/net v0.20.0
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|