-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mea culpa: in #92936, I did originally test on macOS but I forgot to retest after adding the piv-go patch. Unfortunately, the piv-go patch was broken on macOS. This pulls in the latest version of go-piv/piv-go#75 which works on macOS now.
- Loading branch information
1 parent
1d097a6
commit e01583a
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
From 56a465d463273b2a2a24cf668c4c33938b198b16 Mon Sep 17 00:00:00 2001 | ||
From 547695fff9cbfc4037168cdeb07cfe16bd89b6db Mon Sep 17 00:00:00 2001 | ||
From: Philip Potter <[email protected]> | ||
Date: Sun, 12 Jul 2020 16:54:57 +0100 | ||
Subject: [PATCH] Pull in go-piv/piv-go#75 | ||
Date: Sat, 25 Jul 2020 21:59:50 +0100 | ||
Subject: [PATCH] Pull in piv-go#75 | ||
|
||
--- | ||
go.mod | 1 + | ||
1 file changed, 1 insertion(+) | ||
go.mod | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/go.mod b/go.mod | ||
index d4d13c8..e24d53d 100644 | ||
index d4d13c8..f75be2d 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -2,6 +2,7 @@ module filippo.io/yubikey-agent | ||
|
||
go 1.14 | ||
|
||
+replace github.com/go-piv/piv-go => github.com/rawkode/piv-go v1.5.1-0.20200711221619-a4158f9b8204 | ||
require ( | ||
github.com/go-piv/piv-go v1.5.1-0.20200523071327-a3e5767e8b72 | ||
@@ -7,3 +7,5 @@ require ( | ||
github.com/gopasspw/gopass v1.9.1 | ||
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 | ||
) | ||
+ | ||
+replace github.com/go-piv/piv-go => github.com/rawkode/piv-go v1.5.1-0.20200725154545-1c3200c75a28 | ||
-- | ||
2.27.0 | ||
|