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 (
|
2020-03-20 09:17:03 +03:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-06-21 09:28:24 +03:00
|
|
|
github.com/lib/pq v1.10.2
|
2021-07-16 14:03:56 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
2019-01-11 11:07:31 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-06-21 09:24:38 +03:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-04-12 12:56:28 +03:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-01-14 09:22:49 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-12 12:56:28 +03:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
|
2019-01-08 10:57:50 +03:00
|
|
|
)
|
2019-09-19 09:04:10 +03:00
|
|
|
|
2021-04-12 12:56:28 +03:00
|
|
|
go 1.16
|