mirror of
https://github.com/containers/podman.git
synced 2025-12-12 17:57:31 +08:00
Vendor in containers/buildah 1.16.1
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
11
vendor/github.com/containers/buildah/copier/unwrap_112.go
generated
vendored
Normal file
11
vendor/github.com/containers/buildah/copier/unwrap_112.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !go113
|
||||
|
||||
package copier
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
func unwrapError(err error) error {
|
||||
return errors.Cause(err)
|
||||
}
|
||||
Reference in New Issue
Block a user