diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-02-10 09:39:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 09:39:56 -0500 |
commit | ec889c819a5ae514e80eca1d2c032d9b95a01651 (patch) | |
tree | b3249da09f7a5f7f98dce07a82fa2d83695baabe /vendor/github.com/docker/distribution/blobs.go | |
parent | 5b2d96fc29c17253e3ddd0e18ce5f71710b83658 (diff) | |
parent | 345413540aef90e43635a3f2f7a72e237fa90787 (diff) | |
download | podman-ec889c819a5ae514e80eca1d2c032d9b95a01651.tar.gz podman-ec889c819a5ae514e80eca1d2c032d9b95a01651.tar.bz2 podman-ec889c819a5ae514e80eca1d2c032d9b95a01651.zip |
Merge pull request #13193 from TomSweeneyRedHat/dev/tsweeney/bumpcommon4
[v4.0] Bump c/common to v0.47.4
Diffstat (limited to 'vendor/github.com/docker/distribution/blobs.go')
-rw-r--r-- | vendor/github.com/docker/distribution/blobs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/docker/distribution/blobs.go b/vendor/github.com/docker/distribution/blobs.go index c0e9261be..2a659eaa3 100644 --- a/vendor/github.com/docker/distribution/blobs.go +++ b/vendor/github.com/docker/distribution/blobs.go @@ -10,7 +10,7 @@ import ( "github.com/docker/distribution/reference" "github.com/opencontainers/go-digest" - "github.com/opencontainers/image-spec/specs-go/v1" + v1 "github.com/opencontainers/image-spec/specs-go/v1" ) var ( |