Skip to content

Commit

Permalink
test: fix import paths
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Dec 18, 2018
1 parent f1f75a8 commit 9bd7a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/dist/dist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"path/filepath"
"testing"

"github.com/kinvolk/ocicert/pkg/auth"
distp "github.com/kinvolk/ocicert/pkg/distp"
"github.com/opencontainers/distribution-spec/test/pkg/auth"
distp "github.com/opencontainers/distribution-spec/test/pkg/distp"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion test/pkg/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"strings"
"time"

distp "github.com/kinvolk/ocicert/pkg/distp"
distp "github.com/opencontainers/distribution-spec/test/pkg/distp"
)

var (
Expand Down

0 comments on commit 9bd7a1e

Please sign in to comment.