Modify to indirect

This commit is contained in:
Nick Fedor 2025-01-18 02:09:09 -07:00
parent ade2ff5c3b
commit 5435553edd
No known key found for this signature in database
GPG key ID: A167CBEDE64D29CB

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/docker/docker v27.5.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
github.com/onsi/gomega v1.36.2
github.com/prometheus/client_golang v1.20.5
github.com/robfig/cron v1.2.0