1
0
forked from MTSR/mapserver
mapserver/go.mod

16 lines
402 B
Modula-2

module mapserver
require (
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.10.2
github.com/minetest-go/mapparser v0.1.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
modernc.org/sqlite v1.14.5
)
go 1.16