9b88295f69
Update the versions of containers/storage and containers/image, and add new dependencies that they pull in. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
6 lines
415 B
Go
6 lines
415 B
Go
// Package reference is a fork of the upstream docker/docker/reference package.
|
|
// The package is forked because we need consistency especially when storing and
|
|
// checking signatures (RH patches break this consistency because they modify
|
|
// docker/docker/reference as part of a patch carried in projectatomic/docker).
|
|
// The version of this package is v1.12.1 from upstream, update as necessary.
|
|
package reference
|