7 lines
415 B
Go
7 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
|