mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
make imagefetcher visible to all subpackages (#1832)
This commit is contained in:
parent
661f084ffa
commit
a0dea7e69b
@ -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…
Reference in New Issue
Block a user