mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-19 03:41:24 +00:00
ad0f7a5305
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
11 lines
329 B
Python
11 lines
329 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "retry",
|
|
srcs = ["retry.go"],
|
|
importmap = "peridot.resf.org/vendor/github.com/google/s2a-go/retry",
|
|
importpath = "github.com/google/s2a-go/retry",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@org_golang_google_grpc//grpclog"],
|
|
)
|