1

[test] remove DataDog/zstd

only one test cgo dependency is quite enough
This commit is contained in:
Motiejus Jakštys
2021-11-07 12:33:39 +02:00
parent f50493ca72
commit 19c7d77ac0
5 changed files with 2 additions and 17 deletions

View File

@@ -7,10 +7,7 @@ go_library(
cgo = True,
importpath = "github.com/motiejus/bazel-zig-cc/test",
visibility = ["//visibility:private"],
deps = [
"@com_github_datadog_zstd//:zstd",
"@com_github_mattn_go_sqlite3//:go-sqlite3",
],
deps = ["@com_github_mattn_go_sqlite3//:go-sqlite3"],
)
go_binary(

View File

@@ -1,7 +1,6 @@
package main
import (
_ "github.com/DataDog/zstd"
_ "github.com/mattn/go-sqlite3"
)