|
|
|
@ -7,11 +7,16 @@ bazel_dep(name = "gazelle", version = "0.32.0")
|
|
|
|
|
bazel_dep(name = "rules_go", version = "0.41.0")
|
|
|
|
|
bazel_dep(name = "rules_oci", version = "1.3.0")
|
|
|
|
|
bazel_dep(name = "rules_pkg", version = "0.9.1")
|
|
|
|
|
bazel_dep(name = "platforms", version = "0.0.7")
|
|
|
|
|
|
|
|
|
|
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
|
|
|
|
|
go_deps.from_file(go_mod = "//:go.mod")
|
|
|
|
|
use_repo(go_deps, "com_github_stretchr_testify", "org_uber_go_zap")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
toolchains = use_extension("@rules_go//go/toolchain:toolchains.bzl", "declare_constraints")
|
|
|
|
|
toolchains.declare_constraints()
|
|
|
|
|
|
|
|
|
|
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
|
|
|
|
|
oci.pull(
|
|
|
|
|
platforms = ["linux/amd64"],
|
|
|
|
|