16 lines
500 B
Python
16 lines
500 B
Python
load("@bazel_gazelle//:deps.bzl", "go_repository")
|
|
|
|
def go_repositories():
|
|
go_repository(
|
|
name = "com_github_datadog_zstd",
|
|
importpath = "github.com/DataDog/zstd",
|
|
sum = "h1:Rpmta4xZ/MgZnriKNd24iZMhGpP5dvUcs/uqfBapKZY=",
|
|
version = "v1.4.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_sqlite3",
|
|
importpath = "github.com/mattn/go-sqlite3",
|
|
sum = "h1:gDp86IdQsN/xWjIEmr9MF6o9mpksUgh0fu+9ByFxzIU=",
|
|
version = "v1.14.8",
|
|
)
|