mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-15 10:11:25 +00:00
10 lines
257 B
Python
10 lines
257 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "modulemd",
|
|
srcs = ["modulemd.go"],
|
|
importpath = "peridot.resf.org/modulemd",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//vendor/gopkg.in/yaml.v3:yaml_v3"],
|
|
)
|