Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <will.murphy@anchore.com>
  • Loading branch information
willmurphyscode committed Mar 12, 2024
1 parent 137c68f commit 1603386
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/binny/cli/command/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ package command

import (
"fmt"
"path/filepath"

"github.com/scylladb/go-set/strset"
"github.com/spf13/cobra"

"github.com/anchore/binny"
"github.com/anchore/binny/cmd/binny/cli/option"
"github.com/anchore/clio"
"github.com/scylladb/go-set/strset"
"github.com/spf13/cobra"
"path/filepath"
)

type RunConfig struct {
Expand Down

0 comments on commit 1603386

Please sign in to comment.