go_test (
  name = "test_imports",
  srcs = ["import_test.go"],
  deps = [
    "//third_party/go:cli-init",
    "//third_party/go:zstd",
    "//third_party/go:go-sqlite3",
  ]
)