2019-01-04 10:25:07 +03:00
|
|
|
module mapserver
|
2019-01-05 23:35:20 +03:00
|
|
|
|
2019-01-08 10:57:50 +03:00
|
|
|
require (
|
2019-01-20 23:03:58 +03:00
|
|
|
github.com/disintegration/imaging v1.5.0
|
2019-01-21 17:44:53 +03:00
|
|
|
github.com/gorilla/websocket v1.4.0
|
2019-02-05 15:42:01 +03:00
|
|
|
github.com/lib/pq v1.0.0
|
2019-01-08 10:57:50 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-01-11 11:07:31 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2019-02-08 16:01:56 +03:00
|
|
|
github.com/prometheus/client_golang v0.9.2
|
2019-01-08 10:57:50 +03:00
|
|
|
github.com/sirupsen/logrus v1.3.0
|
2019-01-20 22:10:48 +03:00
|
|
|
github.com/stretchr/testify v1.2.2
|
2019-02-08 15:24:54 +03:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
|
2019-01-20 23:03:58 +03:00
|
|
|
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
|
2019-01-08 10:57:50 +03:00
|
|
|
)
|