File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/by-name/contrast Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.4
7
7
// The upstream package has some stepping issues with Genoa:
8
8
// https://github.com/google/go-sev-guest/issues/115
9
9
// https://github.com/google/go-sev-guest/issues/103
10
- replace github.com/google/go-sev-guest => github.com/edgelesssys/go-sev-guest v0.0.0-20240719074306-114f78ece7a7
10
+ replace github.com/google/go-sev-guest => github.com/edgelesssys/go-sev-guest v0.0.0-20250123132625-84dd662ed905
11
11
12
12
require (
13
13
filippo.io/keygen v0.0.0-20240718133620-7f162efbbd87
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
16
16
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
17
17
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM =
18
18
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
19
- github.com/edgelesssys/go-sev-guest v0.0.0-20240719074306-114f78ece7a7 h1:rT17BAHLt7qHt4u8i1dfNl9YB5GZudZ84HA11lTGUOY =
20
- github.com/edgelesssys/go-sev-guest v0.0.0-20240719074306-114f78ece7a7 /go.mod h1:8+UOtSaqVIZjJJ9DDmgRko3J/kNc6jI5KLHxoeao7cA =
19
+ github.com/edgelesssys/go-sev-guest v0.0.0-20250123132625-84dd662ed905 h1:2GWCffQhOVtr/ePrDQf/qKc+2iMnMp84i4suzdNfchc =
20
+ github.com/edgelesssys/go-sev-guest v0.0.0-20250123132625-84dd662ed905 /go.mod h1:SK9vW+uyfuzYdVN0m8BShL3OQCtXZe/JPF7ZkpD3760 =
21
21
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g =
22
22
github.com/emicklei/go-restful/v3 v3.11.0 /go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc =
23
23
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E =
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ buildGoModule rec {
183
183
} ;
184
184
185
185
proxyVendor = true ;
186
- vendorHash = "sha256-fgSO+NMhLSxvQM6itw2Wsgr8B+r1Hbuuf9SpbEwajOg =" ;
186
+ vendorHash = "sha256-Jn1ymg9pNMOeUgswfyONO2RYIKDR5KUkSiTd7QAsUBU =" ;
187
187
188
188
nativeBuildInputs = [ installShellFiles ] ;
189
189
You can’t perform that action at this time.
0 commit comments