Compare commits

..
2 Commits
Author SHA1 Message Date
thuanle 9f108eb294 Merge pull request 'Update module github.com/robfig/cron/v3 to v3.0.1' (#2) from renovate/github.com-robfig-cron-v3-3.x into main
Build Docker Image / build (amd64) (push) Failing after 25s
Build Docker Image / build (arm64) (push) Failing after 39s
Build Docker Image / amend-manifest (push) Has been skipped
Reviewed-on: #2
2026-06-16 20:38:46 +07:00
Renovate Bot edde31c308 Update module github.com/robfig/cron/v3 to v3.0.1
renovate/artifacts Artifact file update failure
2026-06-13 17:01:44 +00:00
+1 -1
View File
@@ -3,7 +3,7 @@ module thuanle.me/ip-info
go 1.22 go 1.22
require ( require (
github.com/robfig/cron/v3 v3.0.0 github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.33.0 github.com/rs/zerolog v1.33.0
) )