2019-01-04 10:25:07 +03:00
|
|
|
module mapserver
|
2019-01-05 23:35:20 +03:00
|
|
|
|
2019-01-08 10:57:50 +03:00
|
|
|
require (
|
2019-01-13 18:32:54 +03:00
|
|
|
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect
|
2019-01-08 10:57:50 +03:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
2019-01-11 12:49:19 +03:00
|
|
|
github.com/mjibson/esc v0.1.0 // indirect
|
2019-01-11 11:07:31 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2019-01-08 10:57:50 +03:00
|
|
|
github.com/sirupsen/logrus v1.3.0
|
2019-01-13 18:32:54 +03:00
|
|
|
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
2019-01-08 10:57:50 +03:00
|
|
|
)
|