mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
metadata-api: support dnsmasq (#3115)
This commit is contained in:
parent
37e46b98c2
commit
21c30ebb76
18 changed files with 304 additions and 270 deletions
|
@ -13,8 +13,9 @@ go_library(
|
|||
importpath = "github.com/edgelesssys/constellation/v2/hack/qemu-metadata-api",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"//hack/qemu-metadata-api/dhcp/dnsmasq",
|
||||
"//hack/qemu-metadata-api/dhcp/virtwrapper",
|
||||
"//hack/qemu-metadata-api/server",
|
||||
"//hack/qemu-metadata-api/virtwrapper",
|
||||
"//internal/logger",
|
||||
"@org_libvirt_go_libvirt//:libvirt",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue