mirror of https://github.com/docker/cli.git
sign test: fix imports
Signed-off-by: Kyle Spiers <kyle@spiers.me>
This commit is contained in:
parent
458ce53f18
commit
a570e9b355
|
@ -1,13 +1,12 @@
|
|||
package trust
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"bytes"
|
||||
|
||||
"github.com/docker/cli/cli/config"
|
||||
"github.com/docker/cli/cli/trust"
|
||||
"github.com/docker/cli/internal/test"
|
||||
|
|
Loading…
Reference in New Issue