1
0
forked from MTSR/mapserver
mapserver/server/go.mod
NatureFreshMilk e510b5b61f mod cleanup
2019-02-15 14:33:44 +01:00

19 lines
701 B
Modula-2

module mapserver
require (
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7 // indirect
github.com/dgraph-io/badger v1.5.4
github.com/dgryski/go-farm v0.0.0-20190104051053-3adb47b1fb0f // indirect
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/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.1 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/sirupsen/logrus v1.3.0
github.com/stretchr/testify v1.2.2
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
)