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 (
|
2022-02-15 22:08:50 +03:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-12-16 10:20:10 +03:00
|
|
|
github.com/lib/pq v1.10.7
|
2023-01-21 06:48:14 +03:00
|
|
|
github.com/minetest-go/colormapping v1.0.1
|
2022-09-25 18:33:26 +03:00
|
|
|
github.com/minetest-go/mapparser v0.1.8
|
2019-01-11 11:07:31 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2022-11-08 12:28:26 +03:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-12-16 13:20:23 +03:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-03-16 16:34:27 +03:00
|
|
|
github.com/stretchr/testify v1.8.2
|
2023-04-10 13:17:20 +03:00
|
|
|
github.com/yuin/gopher-lua v1.1.0
|
2023-03-28 17:56:13 +03:00
|
|
|
modernc.org/sqlite v1.21.1
|
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
|