|
|
|
|
@ -9,6 +9,7 @@ require (
|
|
|
|
|
github.com/docker/docker v27.0.3+incompatible
|
|
|
|
|
github.com/docker/go-connections v0.5.0
|
|
|
|
|
github.com/onsi/ginkgo v1.16.5
|
|
|
|
|
github.com/onsi/ginkgo/v2 v2.19.0
|
|
|
|
|
github.com/onsi/gomega v1.33.1
|
|
|
|
|
github.com/prometheus/client_golang v1.19.1
|
|
|
|
|
github.com/robfig/cron v1.2.0
|
|
|
|
|
@ -27,7 +28,6 @@ require (
|
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
|
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
|
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
|
|
|
|
|
|