chore: run go mod tidy

This commit is contained in:
2024-12-23 14:12:06 +01:00
parent e84a409d82
commit 75754538df
2 changed files with 4 additions and 10 deletions

4
go.mod
View File

@@ -8,12 +8,8 @@ require (
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/atomic v1.11.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)