forked from MTSR/mapserver
48671a7e4d
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>
15 lines
370 B
Modula-2
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
|