mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
vendor of containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/containers/common/libnetwork/types"
|
||||
"github.com/containers/common/pkg/util"
|
||||
"github.com/containers/common/pkg/detach"
|
||||
)
|
||||
|
||||
var (
|
||||
@ -93,7 +93,7 @@ var (
|
||||
|
||||
// ErrDetach indicates that an attach session was manually detached by
|
||||
// the user.
|
||||
ErrDetach = util.ErrDetach
|
||||
ErrDetach = detach.ErrDetach
|
||||
|
||||
// ErrWillDeadlock indicates that the requested operation will cause a
|
||||
// deadlock. This is usually caused by upgrade issues, and is resolved
|
||||
|
Reference in New Issue
Block a user