comparison 3rdpartylibs.sh @ 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 251ee25accce
children c4242b9d59fe
comparison
equal deleted inserted replaced
2484:4fa92d468164 2485:86173ac7f222
33 # MIT 33 # MIT
34 34
35 go get -u -v github.com/robfig/cron 35 go get -u -v github.com/robfig/cron
36 # MIT 36 # MIT
37 37
38 go get -u -v github.com/tidwall/rtree
39 # MIT
40
38 ## list of additional licenses that get fetched and installed as dependencies 41 ## list of additional licenses that get fetched and installed as dependencies
39 # github.com/fsnotify/fsnotify/ BSD-3-Clause 42 # github.com/fsnotify/fsnotify/ BSD-3-Clause
40 # github.com/hashicorp/hcl/ MPL-2.0 43 # github.com/hashicorp/hcl/ MPL-2.0
41 # github.com/magiconair/properties/ BSD-2-Clause 44 # github.com/magiconair/properties/ BSD-2-Clause
42 # github.com/mitchellh/go-homedir/ MIT 45 # github.com/mitchellh/go-homedir/ MIT