peridot/vendor/github.com/subosito/gotenv/BUILD.bazel

14 lines
397 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "gotenv",
srcs = ["gotenv.go"],
importmap = "peridot.resf.org/vendor/github.com/subosito/gotenv",
importpath = "github.com/subosito/gotenv",
visibility = ["//visibility:public"],
deps = [
"//vendor/golang.org/x/text/encoding/unicode",
"//vendor/golang.org/x/text/transform",
],
2022-07-07 20:11:50 +00:00
)