mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 14:31:22 +00:00
19 lines
439 B
Python
19 lines
439 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "xpath",
|
||
|
srcs = [
|
||
|
"build.go",
|
||
|
"func.go",
|
||
|
"func_go110.go",
|
||
|
"func_pre_go110.go",
|
||
|
"operator.go",
|
||
|
"parse.go",
|
||
|
"query.go",
|
||
|
"xpath.go",
|
||
|
],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/antchfx/xpath",
|
||
|
importpath = "github.com/antchfx/xpath",
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|