diff --git a/go.mod b/go.mod index ff1841efb2..47623054db 100644 --- a/go.mod +++ b/go.mod @@ -38,6 +38,7 @@ require ( github.com/container-storage-interface/spec v1.8.0 github.com/docker/go-connections v0.4.0 github.com/go-co-op/gocron v1.37.0 + github.com/go-co-op/gocron/v2 v2.2.4 github.com/google/uuid v1.6.0 github.com/gorilla/handlers v1.5.2 github.com/gorilla/mux v1.8.1 @@ -122,7 +123,6 @@ require ( github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/gammazero/deque v0.2.1 // indirect github.com/gammazero/workerpool v1.1.3 // indirect - github.com/go-co-op/gocron/v2 v2.2.4 github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect