mapserver/server/go.mod
2019-02-05 21:17:14 +01:00

14 lines
404 B
Modula-2

module mapserver
require (
github.com/disintegration/imaging v1.5.0
github.com/gorilla/websocket v1.4.0
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0
github.com/mjibson/esc v0.1.0 // 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/image v0.0.0-20190118043309-183bebdce1b2 // indirect
)