mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-30 14:00:57 +00:00
9 lines
270 B
Text
9 lines
270 B
Text
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "cast5",
|
|
srcs = ["cast5.go"],
|
|
importmap = "peridot.resf.org/vendor/golang.org/x/crypto/cast5",
|
|
importpath = "golang.org/x/crypto/cast5",
|
|
visibility = ["//visibility:public"],
|
|
)
|