blob: 3e8827dfce4b3a8a5480c27d5a9d3c40f2d73147 [file]
# Copyright 2024 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# AUTO-GENERATED - DO NOT EDIT.
#
# Auto-generated by //third_party/golibs/update.sh.
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "storage",
srcs = ["storage-gen.go"],
importmap = "go.fuchsia.dev/fuchsia/third_party/golibs/vendor/google.golang.org/api/storage/v1",
importpath = "google.golang.org/api/storage/v1",
visibility = ["//visibility:public"],
deps = [
"//third_party/golibs/vendor/github.com/googleapis/gax-go/v2:gax-go",
"//third_party/golibs/vendor/google.golang.org/api/googleapi",
"//third_party/golibs/vendor/google.golang.org/api/internal",
"//third_party/golibs/vendor/google.golang.org/api/internal/gensupport",
"//third_party/golibs/vendor/google.golang.org/api/option",
"//third_party/golibs/vendor/google.golang.org/api/option/internaloption",
"//third_party/golibs/vendor/google.golang.org/api/transport/http",
],
)