Skip to content

Commit

Permalink
Fixed goimports build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsia0 committed Sep 4, 2019
1 parent 8aabc3f commit 1f3e3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/imagedigestexporter/digest.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/google/go-containerregistry/pkg/v1"
v1 "github.com/google/go-containerregistry/pkg/v1"
)

// GetDigest returns the digest of an OCI image index. If there is only one image in the index, the
Expand Down
2 changes: 1 addition & 1 deletion cmd/imagedigestexporter/digest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/google/go-containerregistry/pkg/v1"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/google/go-containerregistry/pkg/v1/empty"
"github.com/google/go-containerregistry/pkg/v1/random"
)
Expand Down

0 comments on commit 1f3e3c4

Please sign in to comment.