mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-08 23:06:09 -05:00
10 lines
301 B
Diff
10 lines
301 B
Diff
--- extract/BUILD.bazel
|
|
+++ extract/BUILD.bazel
|
|
@@ -11,6 +11,7 @@
|
|
importpath = "github.com/google/go-eventlog/extract",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
+ "//proto/state",
|
|
"//tcg",
|
|
"//wellknown",
|
|
"@com_github_google_go_tpm//legacy/tpm2",
|