Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -5,15 +5,16 @@ package main |
| 5 | 5 |
import ( |
| 6 | 6 |
"encoding/json" |
| 7 | 7 |
"fmt" |
| 8 |
- "github.com/docker/docker/pkg/authorization" |
|
| 9 |
- "github.com/docker/docker/pkg/integration/checker" |
|
| 10 |
- "github.com/docker/docker/pkg/plugins" |
|
| 11 |
- "github.com/go-check/check" |
|
| 12 | 8 |
"io/ioutil" |
| 13 | 9 |
"net/http" |
| 14 | 10 |
"net/http/httptest" |
| 15 | 11 |
"os" |
| 16 | 12 |
"strings" |
| 13 |
+ |
|
| 14 |
+ "github.com/docker/docker/pkg/authorization" |
|
| 15 |
+ "github.com/docker/docker/pkg/integration/checker" |
|
| 16 |
+ "github.com/docker/docker/pkg/plugins" |
|
| 17 |
+ "github.com/go-check/check" |
|
| 17 | 18 |
) |
| 18 | 19 |
|
| 19 | 20 |
const testAuthZPlugin = "authzplugin" |