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:
parent
41d4112e89
commit
8312004f41
8 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue