blob: 0cb0f3b57ce3a26e1345d6260a46c10f58c4469b [file] [log] [blame]
module(
name = "rpmpack",
version = "0.6.0",
)
bazel_dep(name = "rules_go", version = "0.46.0")
bazel_dep(name = "gazelle", version = "0.35.0")
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
# All *direct* Go dependencies of the module have to be listed explicitly.
use_repo(
go_deps,
"com_github_cavaliergopher_cpio",
"com_github_google_go_cmp",
"com_github_klauspost_compress",
"com_github_klauspost_pgzip",
"com_github_ulikunitz_xz",
)