mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
bazel: remove stale build rules (#2202)
This commit is contained in:
parent
a5d6e80dd8
commit
9aa14f58eb
3 changed files with 0 additions and 82 deletions
|
@ -1,13 +1,5 @@
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
go_library(
|
||||
name = "workspace",
|
||||
srcs = ["workspace.go"],
|
||||
importpath = "github.com/edgelesssys/constellation/v2/cli/internal/cmd/workspace",
|
||||
visibility = ["//cli:__subpackages__"],
|
||||
deps = ["//internal/constants"],
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "pathprefix",
|
||||
srcs = ["pathprefix.go"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue