bazel: remove stale build rules (#2202)

This commit is contained in:
Malte Poll 2023-08-10 11:16:06 +02:00 committed by GitHub
parent a5d6e80dd8
commit 9aa14f58eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 82 deletions

View file

@ -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"],