forked from MTSR/mapserver
ddb5267a3b
* add goreleaser config * update go.mod / gitignore * dev/cross cleanup * switch to cgo-less sqlite driver * workflows * fix build workflow Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
16 lines
402 B
Modula-2
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.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/prometheus/client_golang v1.11.0
|
|
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
|