diff go.mod @ 4970:5890e62e6d52 fairway-marks-import

Simplified storing of fm types to database.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 28 Feb 2020 18:24:36 +0100
parents c0eb491aaaa7
children 9585648f57e3
line wrap: on
line diff
--- a/go.mod	Fri Feb 28 17:55:55 2020 +0100
+++ b/go.mod	Fri Feb 28 18:24:36 2020 +0100
@@ -5,6 +5,7 @@
 require (
 	github.com/cockroachdb/apd v1.1.0 // indirect
 	github.com/etcd-io/bbolt v1.3.3
+	github.com/fatih/structs v1.1.0
 	github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199
 	github.com/gofrs/uuid v3.2.0+incompatible // indirect
 	github.com/gorilla/mux v1.7.3