2019-01-04 08:25:07 +01:00
|
|
|
module mapserver
|
2019-01-05 21:35:20 +01:00
|
|
|
|
2019-01-08 08:57:50 +01:00
|
|
|
require (
|
2019-11-18 06:25:33 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2019-08-27 06:58:31 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1
|
2019-12-19 06:20:47 +00:00
|
|
|
github.com/lib/pq v1.3.0
|
2019-11-19 06:23:45 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.13.0
|
2019-02-22 12:50:39 +01:00
|
|
|
github.com/mjibson/esc v0.1.0 // indirect
|
2019-01-11 09:07:31 +01:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2019-08-29 05:08:09 +00:00
|
|
|
github.com/prometheus/client_golang v0.9.4
|
2019-08-29 08:58:13 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-02-20 06:16:58 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-02-08 13:24:54 +01:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
|
2019-01-08 08:57:50 +01:00
|
|
|
)
|
2019-09-19 08:04:10 +02:00
|
|
|
|
|
|
|
go 1.13
|