1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

remove uses of deprecated pkg/term

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-04-16 11:31:08 +02:00
parent 41d4112e89
commit 8312004f41
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
8 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@ import (
"io"
"github.com/docker/docker/pkg/pools"
"github.com/docker/docker/pkg/term"
"github.com/moby/term"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"golang.org/x/sync/errgroup"