comparison go.mod @ 4490:f91e46134cd7

Use the current release version of gp-shp The last release version 0.1.1 is very old (Nov. 2017!) and buggy. Eg. the names of the dbf files inside the generated zip were broken.
author Sascha Wilde <wilde@intevation.de>
date Fri, 27 Sep 2019 12:09:22 +0200
parents ace7c8d6290d
children 92515c49c566
comparison
equal deleted inserted replaced
4489:39b9a264b319 4490:f91e46134cd7
8 github.com/gofrs/uuid v3.2.0+incompatible // indirect 8 github.com/gofrs/uuid v3.2.0+incompatible // indirect
9 github.com/golang/snappy v0.0.1 9 github.com/golang/snappy v0.0.1
10 github.com/gorilla/mux v1.7.3 10 github.com/gorilla/mux v1.7.3
11 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect 11 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
12 github.com/jackc/pgx v3.6.0+incompatible 12 github.com/jackc/pgx v3.6.0+incompatible
13 github.com/jonas-p/go-shp v0.1.1 13 github.com/jonas-p/go-shp v0.1.2-0.20190401125246-9fd306ae10a6
14 github.com/lib/pq v1.2.0 // indirect 14 github.com/lib/pq v1.2.0 // indirect
15 github.com/magiconair/properties v1.8.1 // indirect 15 github.com/magiconair/properties v1.8.1 // indirect
16 github.com/mitchellh/go-homedir v1.1.0 16 github.com/mitchellh/go-homedir v1.1.0
17 github.com/pelletier/go-toml v1.4.0 // indirect 17 github.com/pelletier/go-toml v1.4.0 // indirect
18 github.com/pkg/errors v0.8.1 // indirect 18 github.com/pkg/errors v0.8.1 // indirect