mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-18 16:09:34 -05:00
* deps: bump go-tpm-tools et al Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com> * bazel: ai patches * go: remove unnecessary patches --------- Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
10 lines
276 B
Diff
10 lines
276 B
Diff
--- tcg/BUILD.bazel
|
|
+++ tcg/BUILD.bazel
|
|
@@ -9,6 +9,7 @@
|
|
importpath = "github.com/google/go-eventlog/tcg",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
+ "//proto/state",
|
|
"//register",
|
|
"@com_github_google_go_tpm//legacy/tpm2",
|
|
],
|