mapserver/go.mod
dependabot-preview[bot] 15e784364f
Bump github.com/mattn/go-sqlite3 from 1.12.0 to 1.13.0
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.12.0...v1.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-19 06:23:45 +00:00

18 lines
520 B
Modula-2

module mapserver
require (
github.com/disintegration/imaging v1.6.2
github.com/gorilla/websocket v1.4.1
github.com/lib/pq v1.2.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.4.0
github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
)
go 1.13