mirror of
https://github.com/containers/skopeo.git
synced 2025-09-08 18:19:37 +00:00
vendor.conf: pin branches to releases or commits
Most of the dependencies have been copied from libpod's vendor.conf where such a cleanup has been executed recently. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/pkg/errors/errors.go
generated
vendored
2
vendor/github.com/pkg/errors/errors.go
generated
vendored
@@ -229,7 +229,7 @@ func WithMessagef(err error, format string, args ...interface{}) error {
|
||||
}
|
||||
return &withMessage{
|
||||
cause: err,
|
||||
msg: fmt.Sprintf(format, args...),
|
||||
msg: fmt.Sprintf(format, args...),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user