Skip to content

Commit

Permalink
cleaned import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joeleonjr committed Aug 9, 2023
1 parent 3a03a33 commit 4b7c1f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/sources/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"strings"

"github.com/google/go-containerregistry/pkg/authn"
"github.com/google/go-containerregistry/pkg/name"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/google/go-containerregistry/pkg/v1/remote"
"github.com/google/go-containerregistry/pkg/v1/tarball"
Expand All @@ -20,8 +21,6 @@ import (
"github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb"
"github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb"
"github.com/trufflesecurity/trufflehog/v3/pkg/sources"

"github.com/google/go-containerregistry/pkg/name"
)

type Source struct {
Expand Down

0 comments on commit 4b7c1f5

Please sign in to comment.