Skip to content

Commit

Permalink
update buildfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Sanft <[email protected]>
  • Loading branch information
msanft committed Sep 22, 2023
1 parent 19cfd86 commit 86a57fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion joinservice/cmd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ go_library(
"//joinservice/internal/kubernetesca",
"//joinservice/internal/server",
"//joinservice/internal/watcher",
"@com_github_google_go_sev_guest//abi",
"@com_github_spf13_afero//:afero",
"@org_uber_go_zap//:zap",
],
Expand Down
1 change: 1 addition & 0 deletions joinservice/internal/certcache/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go_library(
importpath = "github.com/edgelesssys/constellation/v2/joinservice/internal/certcache",
visibility = ["//joinservice:__subpackages__"],
deps = [
"//internal/attestation/variant",
"//internal/constants",
"//internal/logger",
"//joinservice/internal/certcache/amdkds",
Expand Down
1 change: 1 addition & 0 deletions joinservice/internal/watcher/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ go_library(
"//internal/constants",
"//internal/file",
"//internal/logger",
"//joinservice/internal/certcache",
"@com_github_fsnotify_fsnotify//:fsnotify",
"@org_uber_go_zap//:zap",
],
Expand Down

0 comments on commit 86a57fa

Please sign in to comment.