mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
18 lines
450 B
Python
Generated
18 lines
450 B
Python
Generated
# generated running `bazel run //go/gazelle`, do not edit
|
|
|
|
load("@rules_go//go:def.bzl", "go_library", "go_test")
|
|
|
|
go_library(
|
|
name = "registries",
|
|
srcs = ["registryproxy.go"],
|
|
importpath = "github.com/github/codeql-go/extractor/registries",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//go/extractor/diagnostics"],
|
|
)
|
|
|
|
go_test(
|
|
name = "registries_test",
|
|
srcs = ["registryproxy_test.go"],
|
|
embed = [":registries"],
|
|
)
|