Convert HallOfBeornDump to CSV for ALEP pipeline
This commit is contained in:
7
deps.bzl
7
deps.bzl
@ -37,6 +37,13 @@ def go_dependencies():
|
||||
sum = "h1:0fThFwLbW7P/kOiTBs03FsJSV9RM2M/Q/MOnCQxKMo0=",
|
||||
version = "v0.0.1",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_jessevdk_go_flags",
|
||||
build_file_proto_mode = "disable_global",
|
||||
importpath = "github.com/jessevdk/go-flags",
|
||||
sum = "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=",
|
||||
version = "v1.5.0",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_mattn_go_sqlite3",
|
||||
|
Reference in New Issue
Block a user