mirror of https://github.com/kubernetes/kops.git
11 lines
378 B
Python
11 lines
378 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["ed25519.go"],
|
|
importmap = "k8s.io/kops/vendor/golang.org/x/crypto/ed25519",
|
|
importpath = "golang.org/x/crypto/ed25519",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//vendor/golang.org/x/crypto/ed25519/internal/edwards25519:go_default_library"],
|
|
)
|