...

Text file src/edge-infra.dev/hack/tools/cicterminals/use-database/BUILD.bazel

Documentation: edge-infra.dev/hack/tools/cicterminals/use-database

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "use-database",
     5    srcs = ["use-database.go"],
     6    importpath = "edge-infra.dev/hack/tools/cicterminals/use-database",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//hack/tools/cicterminals/cicterminals",
    10        "//pkg/edge/api/graph/mapper",
    11        "//pkg/edge/api/graph/model",
    12        "//pkg/edge/api/sql",
    13        "//pkg/edge/api/utils",
    14    ],
    15)

View as plain text