run go mod tidy
All checks were successful
CI / test (pull_request) Successful in 6m35s

This commit is contained in:
2025-08-25 12:20:56 +02:00
parent 6f5a682489
commit 3ab863f40c
2 changed files with 1 additions and 5 deletions

1
go.mod
View File

@@ -4,7 +4,6 @@ go 1.24.0
require (
github.com/go-co-op/gocron v1.37.0
github.com/go-co-op/gocron/v2 v2.16.2
gopkg.in/yaml.v3 v3.0.1
)