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 (
|
2020-03-20 06:17:03 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-06-21 06:28:24 +00:00
|
|
|
github.com/lib/pq v1.10.2
|
2022-02-01 14:01:14 +00:00
|
|
|
github.com/minetest-go/mapparser v0.1.1
|
2019-01-11 09:07:31 +01:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-06-21 06:24:38 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-04-12 11:56:28 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-01-14 06:22:49 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-01 17:46:23 +00:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
|
2022-02-01 14:59:29 +01:00
|
|
|
modernc.org/sqlite v1.14.5
|
2019-01-08 08:57:50 +01:00
|
|
|
)
|
2019-09-19 08:04:10 +02:00
|
|
|
|
2021-04-12 11:56:28 +02:00
|
|
|
go 1.16
|