forked from MTSR/mapserver
17 lines
629 B
Modula-2
17 lines
629 B
Modula-2
module mapserver
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.5.0
|
|
github.com/google/go-cmp v0.2.0 // indirect
|
|
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
github.com/mjibson/esc v0.1.0 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
|
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|