...

Text file src/edge-infra.dev/test/framework/gcp/BUILD.bazel

Documentation: edge-infra.dev/test/framework/gcp

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "gcp",
     5    srcs = ["config.go"],
     6    importpath = "edge-infra.dev/test/framework/gcp",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/edge/gcpinfra/constants",
    10        "//test/framework",
    11        "//test/framework/config",
    12    ],
    13)

View as plain text