mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-12 18:09:29 -04:00
make imagefetcher visible to all subpackages (#1832)
This commit is contained in:
parent
661f084ffa
commit
a0dea7e69b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ go_library(
|
|||
"raw.go",
|
||||
],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/internal/imagefetcher",
|
||||
visibility = ["//cli:__subpackages__"],
|
||||
visibility = ["//:__subpackages__"],
|
||||
deps = [
|
||||
"//internal/api/fetcher",
|
||||
"//internal/api/versionsapi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue