diff 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
line wrap: on
line diff
--- a/3rdpartylibs.sh	Fri Dec 07 18:01:14 2018 +0100
+++ b/3rdpartylibs.sh	Fri Dec 07 18:34:53 2018 +0100
@@ -32,6 +32,9 @@
 go get -u -v github.com/jonas-p/go-shp
 # MIT
 
+go get -u -v github.com/robfig/cron
+# 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