blob: 0309b193dfb037f0367d7c34a0fc864b5fbbec73 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "store",
srcs = ["store.go"],
importpath = "go.skia.org/infra/jsfiddle/go/store",
visibility = ["//visibility:public"],
deps = [
"//go/auth",
"//go/httputils",
"//go/skerr",
"@com_google_cloud_go_storage//:storage",
"@org_golang_google_api//option",
"@org_golang_x_oauth2//google",
],
)