blob: b11683aea33bfa048f820fcbfa9b7e6ca0d31595 [file] [log] [blame]
package(default_visibility = ["//tools/build_defs:internal_pkg"]) # keep
licenses(["notice"]) # Apache 2.0 # keep
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "go_default_library",
testonly = 1,
srcs = ["testkeyset.go"],
importpath = "github.com/google/tink/go/testkeyset",
deps = [
"//go/internal:go_default_library",
"//go/keyset:go_default_library",
"//proto:tink_go_proto",
"@com_github_golang_protobuf//proto:go_default_library",
],
)