peridot/vendor/github.com/hashicorp/go-retryablehttp/BUILD.bazel

14 lines
407 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go-retryablehttp",
srcs = [
"client.go",
"roundtripper.go",
],
importmap = "peridot.resf.org/vendor/github.com/hashicorp/go-retryablehttp",
importpath = "github.com/hashicorp/go-retryablehttp",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/hashicorp/go-cleanhttp"],
)