CSV for lotr-lcg-set-generator

This commit is contained in:
Christian Nieves
2023-07-18 00:38:41 -05:00
parent ae55110082
commit 35f48a157e
6 changed files with 116 additions and 36 deletions

View File

@ -30,6 +30,13 @@ def go_dependencies():
sum = "h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=",
version = "v1.5.2",
)
go_repository(
name = "com_github_grokify_html_strip_tags_go",
build_file_proto_mode = "disable_global",
importpath = "github.com/grokify/html-strip-tags-go",
sum = "h1:0fThFwLbW7P/kOiTBs03FsJSV9RM2M/Q/MOnCQxKMo0=",
version = "v0.0.1",
)
go_repository(
name = "com_github_mattn_go_sqlite3",