File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/nezuchan/scheduled-tasks
22
3- go 1.20
3+ go 1.21.0
4+
5+ toolchain go1.24.2
46
57require (
68 github.com/caarlos0/env/v10 v10.0.0
@@ -13,7 +15,7 @@ require (
1315require (
1416 github.com/caarlos0/env/v8 v8.0.0
1517 github.com/go-co-op/gocron v1.37.0
16- github.com/go-co-op/gocron/v2 v2.2.4
18+ github.com/go-co-op/gocron/v2 v2.16.1
1719)
1820
1921require (
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ github.com/go-co-op/gocron v1.35.2/go.mod h1:NLi+bkm4rRSy1F8U7iacZOz0xPseMoIOnva
2929github.com/go-co-op/gocron v1.37.0 h1:ZYDJGtQ4OMhTLKOKMIch+/CY70Brbb1dGdooLEhh7b0 =
3030github.com/go-co-op/gocron v1.37.0 /go.mod h1:3L/n6BkO7ABj+TrfSVXLRzsP26zmikL4ISkLQ0O8iNY =
3131github.com/go-co-op/gocron/v2 v2.2.4 /go.mod h1:igssOwzZkfcnu3m2kwnCf/mYj4SmhP9ecSgmYjCOHkk =
32+ github.com/go-co-op/gocron/v2 v2.16.1 /go.mod h1:opexeOFy5BplhsKdA7bzY9zeYih8I8/WNJ4arTIFPVc =
3233github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
3334github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
3435github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4 =
You can’t perform that action at this time.
0 commit comments