load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "gcp", srcs = ["config.go"], importpath = "edge-infra.dev/test/framework/gcp", visibility = ["//visibility:public"], deps = [ "//pkg/edge/gcpinfra/constants", "//test/framework", "//test/framework/config", ], )