diff go.mod @ 4652:f5492fda097c stree-experiment

Use gzip best speed instead of lz4.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 14 Oct 2019 12:25:32 +0200
parents 89a72e0e2f9b
children a2f16987911b
line wrap: on
line diff
--- a/go.mod	Mon Oct 14 01:28:18 2019 +0200
+++ b/go.mod	Mon Oct 14 12:25:32 2019 +0200
@@ -6,6 +6,7 @@
 	github.com/cockroachdb/apd v1.1.0 // indirect
 	github.com/etcd-io/bbolt v1.3.3
 	github.com/fogleman/contourmap v0.0.0-20190814184649-9f61d36c4199
+	github.com/frankban/quicktest v1.5.0 // indirect
 	github.com/gofrs/uuid v3.2.0+incompatible // indirect
 	github.com/golang/snappy v0.0.1
 	github.com/gorilla/mux v1.7.3