comparison 3rdpartylibs.sh @ 1540:251ee25accce

Droped on scheduler in favor for a third party library.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 07 Dec 2018 18:34:53 +0100
parents 27d1405e49de
children 86173ac7f222
comparison
equal deleted inserted replaced
1539:a710d79284e4 1540:251ee25accce
30 # BSD-3-Clause 30 # BSD-3-Clause
31 31
32 go get -u -v github.com/jonas-p/go-shp 32 go get -u -v github.com/jonas-p/go-shp
33 # MIT 33 # MIT
34 34
35 go get -u -v github.com/robfig/cron
36 # MIT
37
35 ## list of additional licenses that get fetched and installed as dependencies 38 ## list of additional licenses that get fetched and installed as dependencies
36 # github.com/fsnotify/fsnotify/ BSD-3-Clause 39 # github.com/fsnotify/fsnotify/ BSD-3-Clause
37 # github.com/hashicorp/hcl/ MPL-2.0 40 # github.com/hashicorp/hcl/ MPL-2.0
38 # github.com/magiconair/properties/ BSD-2-Clause 41 # github.com/magiconair/properties/ BSD-2-Clause
39 # github.com/mitchellh/go-homedir/ MIT 42 # github.com/mitchellh/go-homedir/ MIT