mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-08 23:06:09 -05:00
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",
|
|
],
|