1
0
forked from MTSR/mapserver
mapserver/go.mod
dependabot-preview[bot] 33ffa33c54
Bump github.com/prometheus/client_golang from 0.9.2 to 0.9.4
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.2 to 0.9.4.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v0.9.2...v0.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-29 05:08:09 +00:00

16 lines
511 B
Modula-2

module mapserver
require (
github.com/disintegration/imaging v1.6.1
github.com/gorilla/websocket v1.4.1
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.11.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.3.0
github.com/stretchr/testify v1.2.2
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
)