Registry / crypto / go-piv-piv-go

go-piv-piv-go

JSON →
library2.4.0+incompatiblegogounverified

A Go library for interacting with PIV (Personal Identity Verification) tokens such as YubiKeys.

go get github.com/go-piv/piv-go
INSTALL
IMPORT
SIG · GO-PIV-PIV-GO
G
go-piv-piv-go
cryptogov2.4.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

piv
github.com/go-piv/piv-go

Lists available PIV smart cards.

package main import ( "fmt" "github.com/go-piv/piv-go/piv" ) func main() { cards, err := piv.Cards() if err != nil { panic(err) } fmt.Println(cards) }
Debug
Known issues
gotchaVersion 2.4.0+incompatible indicates a major version without a go.mod v2 path; imports may break if using Go modules strictly.
fix
Use a version constraint or fork; consider using the v1 tag if available.
affects: >=2.0.0
Upgrade
Version history
2.4.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
OpenAI (training)
1
Resources
go-piv-piv-go — go get go-piv-piv-go · libregistry