Skip to content

Commit

Permalink
Merge pull request #11 from radu-matei/fix-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu M committed May 18, 2020
2 parents 7b17685 + 88ec37c commit fcc8426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/pull.go
Expand Up @@ -3,9 +3,10 @@ package main
import (
"os"

"github.com/spf13/cobra"

"github.com/engineerd/wasm-to-oci/pkg/oci"
"github.com/engineerd/wasm-to-oci/pkg/tuf"
"github.com/spf13/cobra"
)

type pullOptions struct {
Expand Down
2 changes: 1 addition & 1 deletion golangci.yml
Expand Up @@ -16,4 +16,4 @@ linters:

linters-settings:
goimports:
local-prefixes: github.com/deislabs/duffle
local-prefixes: github.com/engineerd/wasm-to-oci

0 comments on commit fcc8426

Please sign in to comment.