Skip to content

Commit

Permalink
update go module path
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Jul 8, 2024
1 parent 43db064 commit df01a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-piv/piv-go
module github.com/go-piv/piv-go/v2

go 1.16
2 changes: 1 addition & 1 deletion v2/piv/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"strconv"
"strings"

rsafork "github.com/go-piv/piv-go/third_party/rsa"
rsafork "github.com/go-piv/piv-go/v2/third_party/rsa"
)

// errMismatchingAlgorithms is returned when a cryptographic operation
Expand Down

0 comments on commit df01a03

Please sign in to comment.