load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "utils", srcs = ["utils.go"], importpath = "edge-infra.dev/hack/tools/hr/utils", visibility = ["//visibility:public"], deps = [ "//pkg/edge/api/clients", "@com_github_peterbourgon_ff_v3//:ff", "@com_github_peterbourgon_ff_v3//ffcli", ], )