File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44
55toolchain go1.22.5
66
7- require github.com/joho/godotenv v1.5.1
7+ require (
8+ github.com/go-co-op/gocron v1.37.0
9+ github.com/joho/godotenv v1.5.1
10+ )
811
912require (
1013 github.com/go-ini/ini v1.67.0 // indirect
@@ -13,7 +16,7 @@ require (
1316
1417require (
1518 github.com/dustin/go-humanize v1.0.1 // indirect
16- github.com/go-co-op/gocron v1.37 .0
19+ github.com/go-co-op/gocron/v2 v2.11 .0
1720 github.com/google/uuid v1.6.0 // indirect
1821 github.com/json-iterator/go v1.1.12 // indirect
1922 github.com/klauspost/compress v1.17.9 // indirect
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ github.com/go-co-op/gocron v1.35.2 h1:lG3rdA9TqBBC/PtT2ukQqgLm6jEepnAzz3+OQetvPT
88github.com/go-co-op/gocron v1.35.2 /go.mod h1:NLi+bkm4rRSy1F8U7iacZOz0xPseMoIOnvabGoSe/no =
99github.com/go-co-op/gocron v1.37.0 h1:ZYDJGtQ4OMhTLKOKMIch+/CY70Brbb1dGdooLEhh7b0 =
1010github.com/go-co-op/gocron v1.37.0 /go.mod h1:3L/n6BkO7ABj+TrfSVXLRzsP26zmikL4ISkLQ0O8iNY =
11+ github.com/go-co-op/gocron/v2 v2.11.0 /go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w =
1112github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A =
1213github.com/go-ini/ini v1.67.0 /go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8 =
1314github.com/goccy/go-json v0.10.3 h1:KZ5WoDbxAIgm2HNbYckL0se1fHD6rz5j4ywS6ebzDqA =
You can’t perform that action at this time.
0 commit comments