1
0
forked from MTSR/mapserver
mapserver/go.mod
dependabot-preview[bot] b29bf43501 Bump github.com/gorilla/websocket from 1.4.1 to 1.4.2
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.4.1...v1.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 08:04:40 +01:00

17 lines
453 B
Modula-2

module mapserver
require (
github.com/disintegration/imaging v1.6.2
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.3.0
github.com/mattn/go-sqlite3 v1.13.0
github.com/mjibson/esc v0.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v0.9.4
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.5.1
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
)
go 1.13