mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Merge pull request #36 from nicholas-fedor/renovate/github.com-onsi-ginkgo-2.x
fix(deps): update module github.com/onsi/ginkgo to v2.22.2
This commit is contained in:
commit
0d48d745b5
1 changed files with 3 additions and 2 deletions
5
go.mod
5
go.mod
|
@ -8,8 +8,7 @@ require (
|
||||||
github.com/docker/cli v27.5.0+incompatible
|
github.com/docker/cli v27.5.0+incompatible
|
||||||
github.com/docker/docker v27.5.0+incompatible
|
github.com/docker/docker v27.5.0+incompatible
|
||||||
github.com/docker/go-connections v0.5.0
|
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/onsi/gomega v1.36.2
|
||||||
github.com/prometheus/client_golang v1.20.5
|
github.com/prometheus/client_golang v1.20.5
|
||||||
github.com/robfig/cron v1.2.0
|
github.com/robfig/cron v1.2.0
|
||||||
|
@ -74,6 +73,8 @@ require (
|
||||||
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
go.opentelemetry.io/otel/trace v1.34.0 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
|
require github.com/onsi/ginkgo v1.16.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||||
github.com/chzyer/readline v1.5.1 // indirect
|
github.com/chzyer/readline v1.5.1 // indirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue