mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8ffd1dcf3f
* deps: update gazelle and rules_go * variant: remove renamed go_library label * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Malte Poll <mp@edgeless.systems> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
9 lines
235 B
Python
9 lines
235 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "variant",
|
|
srcs = ["variant.go"],
|
|
importpath = "github.com/edgelesssys/constellation/v2/internal/variant",
|
|
visibility = ["//:__subpackages__"],
|
|
)
|