changeset 2485:86173ac7f222 octree-diff

Added RTree library to used 3rd party libs.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 01 Mar 2019 18:28:12 +0100
parents 4fa92d468164
children bca9a7a89f28
files 3rdpartylibs.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/3rdpartylibs.sh	Fri Mar 01 17:42:46 2019 +0100
+++ b/3rdpartylibs.sh	Fri Mar 01 18:28:12 2019 +0100
@@ -35,6 +35,9 @@
 go get -u -v github.com/robfig/cron
 # MIT
 
+go get -u -v github.com/tidwall/rtree
+# MIT
+
 ## list of additional licenses that get fetched and installed as dependencies
 # github.com/fsnotify/fsnotify/ BSD-3-Clause
 # github.com/hashicorp/hcl/ MPL-2.0