vendor of containers/common

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-09-20 08:09:54 -04:00
parent e80d9b7f85
commit 73dc72f80d
24 changed files with 257 additions and 230 deletions

View File

@ -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