load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "gke-auth", srcs = ["gkeauth.go"], importpath = "edge-infra.dev/cmd/edge/clusterctl/gke-auth", visibility = ["//visibility:public"], deps = [ "@io_k8s_client_go//rest", "@org_golang_x_oauth2//:oauth2", "@org_golang_x_oauth2//google", ], )