mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
api: bump github.com/google/go-cmp v0.7.0
We should generally keep dependency versions low, but let's update this one to match the other modules, and to allow taking advantage of some of the modern features of go-cmp. full diff: https://github.com/google/go-cmp/compare/v0.5.9...v0.7.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -5,7 +5,7 @@ go 1.23.0
|
||||
require (
|
||||
github.com/docker/go-connections v0.6.0
|
||||
github.com/docker/go-units v0.5.0
|
||||
github.com/google/go-cmp v0.5.9
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/moby/docker-image-spec v1.3.1
|
||||
github.com/opencontainers/go-digest v1.0.0
|
||||
github.com/opencontainers/image-spec v1.1.1
|
||||
|
||||
Reference in New Issue
Block a user