blob: 3c4e61314d2630a08a7d5f25ad2966204077a268 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "uploadinfo",
srcs = ["entry.go"],
importpath = "github.com/bazelbuild/remote-apis-sdks/go/pkg/uploadinfo",
visibility = ["//visibility:public"],
deps = [
"//go/pkg/digest",
"@com_github_golang_protobuf//proto:go_default_library",
],
)