diff pkg/scheduler/scheduler.go @ 4411:5826d4de0e40

Workarounds for incompatible upstream updates in pgx and cron packages.
author Sascha Wilde <wilde@intevation.de>
date Tue, 17 Sep 2019 16:28:47 +0200
parents c9315a6eb2c2
children 5f47eeea988d
line wrap: on
line diff
--- a/pkg/scheduler/scheduler.go	Tue Sep 17 16:08:45 2019 +0200
+++ b/pkg/scheduler/scheduler.go	Tue Sep 17 16:28:47 2019 +0200
@@ -19,7 +19,7 @@
 	"strings"
 	"sync"
 
-	"github.com/robfig/cron"
+	cron "gopkg.in/robfig/cron.v1"
 )
 
 // Action is called with a configuration id.