Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 10, 2024
1 parent 243a289 commit 2e5c1ab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"

"github.com/urfave/cli"

"github.com/smallstep/cli-utils/step"
"github.com/smallstep/cli-utils/usage"
)
Expand Down
2 changes: 1 addition & 1 deletion command/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"

"github.com/urfave/cli"

"github.com/smallstep/cli-utils/command"
"github.com/smallstep/cli-utils/step"
)
Expand Down
2 changes: 1 addition & 1 deletion fileutil/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"time"

"github.com/pkg/errors"

"github.com/smallstep/cli-utils/command"
"github.com/smallstep/cli-utils/ui"
)
Expand Down
2 changes: 1 addition & 1 deletion step/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/pkg/errors"
"github.com/urfave/cli"

"github.com/smallstep/cli-utils/errs"
"github.com/smallstep/cli-utils/ui"
)
Expand Down
2 changes: 1 addition & 1 deletion token/provision/provision_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/stretchr/testify/assert"

"go.step.sm/crypto/jose"
"go.step.sm/crypto/pemutil"

Expand Down
2 changes: 1 addition & 1 deletion usage/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"

"github.com/urfave/cli"

"github.com/smallstep/cli-utils/errs"
)

Expand Down
2 changes: 1 addition & 1 deletion usage/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"unicode"

"github.com/urfave/cli"

md "github.com/smallstep/cli-utils/pkg/blackfriday"
)

Expand Down

0 comments on commit 2e5c1ab

Please sign in to comment.