peridot/vendor/github.com/hashicorp/hcl/json/scanner/BUILD.bazel
2022-07-07 22:13:21 +02:00

11 lines
359 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "scanner",
srcs = ["scanner.go"],
importmap = "peridot.resf.org/vendor/github.com/hashicorp/hcl/json/scanner",
importpath = "github.com/hashicorp/hcl/json/scanner",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/hashicorp/hcl/json/token"],
)