File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ This is not an officially supported Google product
2
2
3
3
# A Go YubiKey PIV implementation
4
4
5
- [ ![ GoDoc ] ( https://godoc.org/ github.com/go-piv/piv-go/piv?status .svg )] ( https://godoc.org /github.com/go-piv/piv-go/piv )
5
+ [ ![ Go Reference ] ( https://pkg.go.dev/badge/ github.com/go-piv/piv-go/v2/ piv.svg )] ( https://pkg.go.dev /github.com/go-piv/piv-go/v2 /piv )
6
6
7
7
YubiKeys implement the PIV specification for managing smart card certificates.
8
8
This applet is a simpler alternative to GPG for managing asymmetric keys on a
@@ -15,6 +15,13 @@ a wrapper for YubiKey's ykpiv.h C library. This package aims to provide:
15
15
* Idiomatic Go APIs
16
16
* Modern features such as PIN protected management keys
17
17
18
+ V2 of this package was released in 2024 to support newer kinds of management
19
+ keys, and is now the default branch for new features. The import path is:
20
+
21
+ ```
22
+ import "github.com/go-piv/piv-go/v2/piv"
23
+ ```
24
+
18
25
## Examples
19
26
20
27
* [ Signing] ( #signing )
You can’t perform that action at this time.
0 commit comments