File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.6
5
5
replace github.com/martinjungblut/go-cryptsetup => github.com/edgelesssys/go-cryptsetup v0.0.0-20250822075033-840d240dddf8
6
6
7
7
// TODO(daniel-weisse): revert after merging https://github.com/google/go-sev-guest/pull/173.
8
- replace github.com/google/go-sev-guest => github.com/daniel-weisse /go-sev-guest v0.0.0-20250728114912-0c2ba277c52b
8
+ replace github.com/google/go-sev-guest => github.com/edgelesssys /go-sev-guest v0.0.0-20250811150530-d85b756e97f2
9
9
10
10
// Kubernetes replace directives are required because we depend on k8s.io/kubernetes/cmd/kubeadm
11
11
// k8s discourages usage of k8s.io/kubernetes as a dependency, but no external staging repositories for kubeadm exist.
Original file line number Diff line number Diff line change @@ -237,8 +237,6 @@ github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 h
237
237
github.com/cyberphone/json-canonicalization v0.0.0-20220623050100-57a0ce2678a7 /go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw =
238
238
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s =
239
239
github.com/cyphar/filepath-securejoin v0.4.1 /go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI =
240
- github.com/daniel-weisse/go-sev-guest v0.0.0-20250728114912-0c2ba277c52b h1:pElX9BS0PnYZS/tznradDYbo82kvG2yisWGvZGsDnVs =
241
- github.com/daniel-weisse/go-sev-guest v0.0.0-20250728114912-0c2ba277c52b /go.mod h1:SK9vW+uyfuzYdVN0m8BShL3OQCtXZe/JPF7ZkpD3760 =
242
240
github.com/danieljoos/wincred v1.2.1 h1:dl9cBrupW8+r5250DYkYxocLeZ1Y4vB1kxgtjxw8GQs =
243
241
github.com/danieljoos/wincred v1.2.1 /go.mod h1:uGaFL9fDn3OLTvzCGulzE+SzjEe5NGlh5FdCcyfPwps =
244
242
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -271,6 +269,8 @@ github.com/edgelesssys/go-azguestattestation v0.0.0-20250408071817-8c4457b235ff
271
269
github.com/edgelesssys/go-azguestattestation v0.0.0-20250408071817-8c4457b235ff /go.mod h1:Lz4QaomI4wU2YbatD4/W7vatW2Q35tnkoJezB1clscc =
272
270
github.com/edgelesssys/go-cryptsetup v0.0.0-20250822075033-840d240dddf8 h1:aZsuG/e0UNZSttE63TplTeTpYjpl8A2GXbNQYMRUktw =
273
271
github.com/edgelesssys/go-cryptsetup v0.0.0-20250822075033-840d240dddf8 /go.mod h1:gZoZ0+POlM1ge/VUxWpMmZVNPzzMJ7l436CgkQ5+qzU =
272
+ github.com/edgelesssys/go-sev-guest v0.0.0-20250811150530-d85b756e97f2 h1:QjSQQJ1anR2UN5L0YXpl0WIOIMkhlycAwF1DS+DpULA =
273
+ github.com/edgelesssys/go-sev-guest v0.0.0-20250811150530-d85b756e97f2 /go.mod h1:SK9vW+uyfuzYdVN0m8BShL3OQCtXZe/JPF7ZkpD3760 =
274
274
github.com/edgelesssys/go-tdx-qpl v0.0.0-20250129202750-607ac61e2377 h1:5JMJiBhvOUUR7EZ0UyeSy7a1WrqB2eM+DX3odLSHAh4 =
275
275
github.com/edgelesssys/go-tdx-qpl v0.0.0-20250129202750-607ac61e2377 /go.mod h1:IC72qyykUIWl0ZmSk53L4xbLCFDBEGZVaujUmPQOEyw =
276
276
github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g =
Original file line number Diff line number Diff line change 29
29
] ,
30
30
ignoreDeps : [
31
31
'github.com/edgelesssys/constellation/v2' ,
32
- 'github.com/daniel-weisse/go-cryptsetup' ,
33
- 'github.com/daniel-weisse/go-sev-guest' ,
34
32
// Only update once they fixed dependency violations on their side.
35
33
'github.com/google/go-tpm-tools' ,
36
34
] ,
You can’t perform that action at this time.
0 commit comments