v0.1.10 - Support go1.15.15
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_k8s_repo_infra",
strip_prefix = "repo-infra-0.1.10",
sha256 = "c1da51ca6d34b1ec767125c7a7ca5d7d890c9e5772210ae43fd2aba88a6dda41",
urls = [
"https://github.com/kubernetes/repo-infra/archive/v0.1.10.tar.gz",
],
)