forked from MTSR/mapserver
17 lines
418 B
Modula-2
17 lines
418 B
Modula-2
module mapserver
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/lib/pq v1.10.7
|
|
github.com/minetest-go/colormapping v1.0.1
|
|
github.com/minetest-go/mapparser v0.1.8
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/yuin/gopher-lua v1.0.0
|
|
modernc.org/sqlite v1.20.0
|
|
)
|
|
|
|
go 1.16
|