Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
olastor committed Apr 27, 2024
1 parent ba19b1d commit fe34cc1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/age-plugin-fido2-hmac/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"flag"
"fmt"
"github.com/keys-pub/go-libfido2"
"github.com/olastor/age-plugin-fido2-hmac/pkg/plugin"
"github.com/olastor/age-plugin-controller/pkg/controller"
"github.com/olastor/age-plugin-fido2-hmac/pkg/plugin"
"os"
"strings"
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/plugin/identity_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import (
"errors"
"filippo.io/age"
"fmt"
"github.com/keys-pub/go-libfido2"
"github.com/olastor/age-plugin-controller/pkg/controller"
"os"
"sort"
"strings"
"github.com/keys-pub/go-libfido2"
"github.com/olastor/age-plugin-controller/pkg/controller"
)

func IdentityV1() error {
Expand Down
8 changes: 4 additions & 4 deletions pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ import (
"encoding/base64"
"encoding/binary"
"errors"
"filippo.io/age"
"fmt"
"github.com/olastor/age-plugin-controller/pkg/controller"
"github.com/olastor/age-plugin-fido2-hmac/internal/bech32"
"github.com/olastor/age-plugin-fido2-hmac/internal/mlock"
"golang.org/x/crypto/chacha20poly1305"
"golang.org/x/term"
"os"
"slices"
"strings"
"filippo.io/age"
"github.com/olastor/age-plugin-fido2-hmac/internal/bech32"
"github.com/olastor/age-plugin-fido2-hmac/internal/mlock"
"github.com/olastor/age-plugin-controller/pkg/controller"
)

var b64 = base64.RawStdEncoding.Strict()
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/recipient_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package plugin
import (
"bufio"
"fmt"
"os"
"github.com/olastor/age-plugin-controller/pkg/controller"
"os"
)

func RecipientV1() error {
Expand Down

0 comments on commit fe34cc1

Please sign in to comment.