Skip to content

Commit 43d9199

Browse files
author
FiveTwenty AWS Bastion
committed
netresearch go-cron now supports cyclic ranges
1 parent 9935185 commit 43d9199

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/google/uuid v1.6.0
1212
github.com/labstack/echo/v4 v4.15.0
1313
github.com/lib/pq v1.10.9
14-
github.com/netresearch/go-cron v0.8.0
14+
github.com/netresearch/go-cron v0.8.1-0.20260115123729-e1cb8aa662d0
1515
github.com/rubenv/sql-migrate v1.8.1
1616
github.com/sirupsen/logrus v1.9.3
1717
github.com/spf13/cobra v1.10.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
7777
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
7878
github.com/mattn/go-sqlite3 v1.14.19 h1:fhGleo2h1p8tVChob4I9HpmVFIAkKGpiukdrgQbWfGI=
7979
github.com/mattn/go-sqlite3 v1.14.19/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
80-
github.com/netresearch/go-cron v0.8.0 h1:2kgxsBMAFONMWQvhFbFIlc1xO6upNs/jJ7D7OAFzKmw=
81-
github.com/netresearch/go-cron v0.8.0/go.mod h1:oRPUA7fHC/ul86n+d3SdUD54cEuHIuCLiFJCua5a5/E=
80+
github.com/netresearch/go-cron v0.8.1-0.20260115123729-e1cb8aa662d0 h1:T7nb25DCM0Ui2Q4VeSN7olPXttWeBhXx0/WS2aGzqmc=
81+
github.com/netresearch/go-cron v0.8.1-0.20260115123729-e1cb8aa662d0/go.mod h1:oRPUA7fHC/ul86n+d3SdUD54cEuHIuCLiFJCua5a5/E=
8282
github.com/onsi/ginkgo/v2 v2.23.0 h1:FA1xjp8ieYDzlgS5ABTpdUDB7wtngggONc8a7ku2NqQ=
8383
github.com/onsi/ginkgo/v2 v2.23.0/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
8484
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=

0 commit comments

Comments
 (0)