mapserver/go.mod
dependabot[bot] 48671a7e4d Bump github.com/mattn/go-sqlite3 from 1.14.6 to 1.14.7
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.6...v1.14.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 08:19:35 +02:00

15 lines
370 B
Modula-2

module mapserver
require (
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.10.0
github.com/mattn/go-sqlite3 v1.14.7
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.10.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da
)
go 1.16