k3s/test/e2e_node/remote/BUILD

23 lines
459 B
Python

package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_binary",
"go_library",
"go_test",
"cgo_library",
)
go_library(
name = "go_default_library",
srcs = ["remote.go"],
tags = ["automanaged"],
deps = [
"//pkg/util/errors:go_default_library",
"//test/e2e_node/builder:go_default_library",
"//vendor:github.com/golang/glog",
],
)