mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -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",
|
"raw.go",
|
||||||
],
|
],
|
||||||
importpath = "github.com/edgelesssys/constellation/v2/internal/imagefetcher",
|
importpath = "github.com/edgelesssys/constellation/v2/internal/imagefetcher",
|
||||||
visibility = ["//cli:__subpackages__"],
|
visibility = ["//:__subpackages__"],
|
||||||
deps = [
|
deps = [
|
||||||
"//internal/api/fetcher",
|
"//internal/api/fetcher",
|
||||||
"//internal/api/versionsapi",
|
"//internal/api/versionsapi",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue