Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
  • Loading branch information
drakkan committed May 8, 2024
1 parent 499c7a4 commit 2f577c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/kms/builtin.go
Expand Up @@ -23,8 +23,9 @@ import (
"errors"
"io"

"github.com/drakkan/sftpgo/v2/internal/util"
sdkkms "github.com/sftpgo/sdk/kms"

"github.com/drakkan/sftpgo/v2/internal/util"
)

var (
Expand Down
3 changes: 2 additions & 1 deletion internal/kms/local.go
Expand Up @@ -21,10 +21,11 @@ import (
"encoding/hex"
"io"

"github.com/drakkan/sftpgo/v2/internal/util"
sdkkms "github.com/sftpgo/sdk/kms"
"gocloud.dev/secrets/localsecrets"
"golang.org/x/crypto/hkdf"

"github.com/drakkan/sftpgo/v2/internal/util"
)

func init() {
Expand Down

0 comments on commit 2f577c9

Please sign in to comment.