github.com/gnattishness/bazel-go-ethereum@v0.0.0-20190929123618-7022a154f56d/accounts/usbwallet/trezor/BUILD.bazel (about)

     1  load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2  
     3  go_library(
     4      name = "go_default_library",
     5      srcs = [
     6          "messages.pb.go",
     7          "messages-common.pb.go",
     8          "messages-ethereum.pb.go",
     9          "messages-management.pb.go",
    10          "trezor.go",
    11      ],
    12      importpath = "github.com/ethereum/go-ethereum/accounts/usbwallet/trezor",
    13      visibility = ["//visibility:public"],
    14      deps = [
    15          "@com_github_golang_protobuf//proto:go_default_library",
    16          "@com_github_golang_protobuf//protoc-gen-go/descriptor:go_default_library",
    17      ],
    18  )