diff 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
line wrap: on
line diff
--- a/go.mod	Fri Sep 27 12:02:44 2019 +0200
+++ b/go.mod	Fri Sep 27 12:09:22 2019 +0200
@@ -10,7 +10,7 @@
 	github.com/gorilla/mux v1.7.3
 	github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
 	github.com/jackc/pgx v3.6.0+incompatible
-	github.com/jonas-p/go-shp v0.1.1
+	github.com/jonas-p/go-shp v0.1.2-0.20190401125246-9fd306ae10a6
 	github.com/lib/pq v1.2.0 // indirect
 	github.com/magiconair/properties v1.8.1 // indirect
 	github.com/mitchellh/go-homedir v1.1.0