File tree 4 files changed +8
-8
lines changed
cmd/age-plugin-fido2-hmac
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"flag"
5
5
"fmt"
6
6
"github.com/keys-pub/go-libfido2"
7
- "github.com/olastor/age-plugin-fido2-hmac/pkg/plugin"
8
7
"github.com/olastor/age-plugin-controller/pkg/controller"
8
+ "github.com/olastor/age-plugin-fido2-hmac/pkg/plugin"
9
9
"os"
10
10
"strings"
11
11
)
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import (
5
5
"errors"
6
6
"filippo.io/age"
7
7
"fmt"
8
+ "github.com/keys-pub/go-libfido2"
9
+ "github.com/olastor/age-plugin-controller/pkg/controller"
8
10
"os"
9
11
"sort"
10
12
"strings"
11
- "github.com/keys-pub/go-libfido2"
12
- "github.com/olastor/age-plugin-controller/pkg/controller"
13
13
)
14
14
15
15
func IdentityV1 () error {
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ import (
5
5
"encoding/base64"
6
6
"encoding/binary"
7
7
"errors"
8
+ "filippo.io/age"
8
9
"fmt"
10
+ "github.com/olastor/age-plugin-controller/pkg/controller"
11
+ "github.com/olastor/age-plugin-fido2-hmac/internal/bech32"
12
+ "github.com/olastor/age-plugin-fido2-hmac/internal/mlock"
9
13
"golang.org/x/crypto/chacha20poly1305"
10
14
"golang.org/x/term"
11
15
"os"
12
16
"slices"
13
17
"strings"
14
- "filippo.io/age"
15
- "github.com/olastor/age-plugin-fido2-hmac/internal/bech32"
16
- "github.com/olastor/age-plugin-fido2-hmac/internal/mlock"
17
- "github.com/olastor/age-plugin-controller/pkg/controller"
18
18
)
19
19
20
20
var b64 = base64 .RawStdEncoding .Strict ()
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package plugin
3
3
import (
4
4
"bufio"
5
5
"fmt"
6
- "os"
7
6
"github.com/olastor/age-plugin-controller/pkg/controller"
7
+ "os"
8
8
)
9
9
10
10
func RecipientV1 () error {
You can’t perform that action at this time.
0 commit comments