mapserver/server/go.mod

18 lines
666 B
Modula-2
Raw Normal View History

2019-01-04 08:25:07 +01:00
module mapserver
2019-01-05 21:35:20 +01:00
2019-01-08 08:57:50 +01:00
require (
2019-01-20 21:03:58 +01:00
github.com/disintegration/imaging v1.5.0
2019-01-20 20:10:48 +01:00
github.com/google/go-cmp v0.2.0 // indirect
2019-01-13 16:32:54 +01:00
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect
2019-01-21 15:44:53 +01:00
github.com/gorilla/websocket v1.4.0
2019-01-08 08:57:50 +01:00
github.com/mattn/go-sqlite3 v1.10.0
2019-01-11 10:49:19 +01:00
github.com/mjibson/esc v0.1.0 // indirect
2019-01-20 21:03:58 +01:00
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
2019-01-11 09:07:31 +01:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2019-01-08 08:57:50 +01:00
github.com/sirupsen/logrus v1.3.0
2019-01-20 20:10:48 +01:00
github.com/stretchr/testify v1.2.2
2019-01-13 16:32:54 +01:00
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
2019-01-20 21:03:58 +01:00
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
2019-01-20 20:10:48 +01:00
gotest.tools v2.2.0+incompatible
2019-01-08 08:57:50 +01:00
)