Skip to content

Commit fdeea14

Browse files
Bump github.com/docker/docker in /tests/integration
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.1+incompatible to 25.0.5+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v25.0.1...v25.0.5) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cca4c9a commit fdeea14

File tree

2 files changed

+783
-16
lines changed

2 files changed

+783
-16
lines changed

tests/integration/go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/devfile/registry-support/tests/integration
33
go 1.19
44

55
require (
6-
github.com/devfile/library/v2 v2.2.2
6+
github.com/devfile/library/v2 v2.2.1
77
github.com/devfile/registry-support/index/generator v0.0.0-20240311135803-6215550f93d4
88
github.com/onsi/ginkgo v1.16.4
99
github.com/onsi/gomega v1.27.10
@@ -23,15 +23,16 @@ require (
2323
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
2424
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2525
github.com/devfile/api/v2 v2.2.2 // indirect
26-
github.com/devfile/registry-support/registry-library v0.0.0-20240328155806-7c89891a72ce // indirect
26+
github.com/devfile/registry-support/registry-library v0.0.0-20221018213054-47b3ffaeadba // indirect
2727
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 // indirect
2828
github.com/distribution/reference v0.5.0 // indirect
2929
github.com/docker/cli v25.0.1+incompatible // indirect
3030
github.com/docker/distribution v2.8.3+incompatible // indirect
31-
github.com/docker/docker v25.0.1+incompatible // indirect
31+
github.com/docker/docker v25.0.5+incompatible // indirect
3232
github.com/docker/docker-credential-helpers v0.7.0 // indirect
3333
github.com/docker/go-connections v0.5.0 // indirect
3434
github.com/docker/go-metrics v0.0.1 // indirect
35+
github.com/docker/go-units v0.5.0 // indirect
3536
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
3637
github.com/emirpasic/gods v1.18.1 // indirect
3738
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
@@ -126,7 +127,7 @@ require (
126127
k8s.io/klog/v2 v2.90.1 // indirect
127128
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
128129
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
129-
oras.land/oras-go v1.2.5 // indirect
130+
oras.land/oras-go v1.2.2 // indirect
130131
sigs.k8s.io/controller-runtime v0.14.7 // indirect
131132
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
132133
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

0 commit comments

Comments
 (0)