module( name = "rpmpack", version = "0.7.1", ) bazel_dep(name = "rules_go", version = "0.55.1") bazel_dep(name = "gazelle", version = "0.44.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", )