mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
replace pkg/signal with moby/sys/signal v0.5.0
This code was moved to the moby/sys repository Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/docker/docker/daemon/exec"
|
||||
"github.com/docker/docker/errdefs"
|
||||
"github.com/docker/docker/pkg/pools"
|
||||
"github.com/docker/docker/pkg/signal"
|
||||
"github.com/moby/sys/signal"
|
||||
"github.com/moby/term"
|
||||
specs "github.com/opencontainers/runtime-spec/specs-go"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
Reference in New Issue
Block a user