1
0
forked from MTSR/mapserver
mapserver/go.mod
dependabot[bot] 9401cbbbea Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 11:48:59 +02:00

17 lines
466 B
Modula-2

module mapserver
require (
github.com/disintegration/imaging v1.6.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.10.0
github.com/mattn/go-sqlite3 v1.14.6
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.7.0
github.com/stretchr/testify v1.7.0
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
)
go 1.13