mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 07:29:00 -08:00
docker_test: Fix import order
Signed-off-by: Simarpreet Singh <simar@linux.com>
This commit is contained in:
@@ -14,14 +14,10 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/aquasecurity/fanal/cache"
|
"github.com/aquasecurity/fanal/cache"
|
||||||
|
|
||||||
"github.com/docker/docker/client"
|
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
|
||||||
|
|
||||||
"github.com/aquasecurity/fanal/types"
|
|
||||||
|
|
||||||
"github.com/aquasecurity/fanal/extractor"
|
"github.com/aquasecurity/fanal/extractor"
|
||||||
|
"github.com/aquasecurity/fanal/types"
|
||||||
|
"github.com/docker/docker/client"
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestExtractFromFile(t *testing.T) {
|
func TestExtractFromFile(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user