summaryrefslogtreecommitdiff
path: root/daemon/attach.go
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-04-16 11:31:08 +0200
committerSebastiaan van Stijn <github@gone.nl>2020-04-21 16:29:27 +0200
commit8312004f41e9500824fa16ae991eeee0083f4771 (patch)
treef47cf095a406ea7ce116bfb8ef73bd3475375a19 /daemon/attach.go
parent41d4112e89473095947b4fb4ebf10e8258e4273c (diff)
downloaddocker-8312004f41e9500824fa16ae991eeee0083f4771.tar.gz
remove uses of deprecated pkg/term
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'daemon/attach.go')
-rw-r--r--daemon/attach.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/attach.go b/daemon/attach.go
index 7f81b6fec8..5c3ceb8790 100644
--- a/daemon/attach.go
+++ b/daemon/attach.go
@@ -11,7 +11,7 @@ import (
"github.com/docker/docker/daemon/logger"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/pkg/stdcopy"
- "github.com/docker/docker/pkg/term"
+ "github.com/moby/term"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)