Skip to content

Commit 6af5ddd

Browse files
committed
fido2: use exp/slices to support Go 1.18
1 parent 9c85d7e commit 6af5ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fido2/fido2.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import (
2323
"errors"
2424
"fmt"
2525
"log"
26-
"slices"
26+
27+
"golang.org/x/exp/slices"
2728

2829
"github.com/keys-pub/go-libfido2"
2930
"github.com/snapcore/secboot"

0 commit comments

Comments
 (0)