mirror of https://github.com/kubernetes/kops.git
10 lines
322 B
Python
10 lines
322 B
Python
http_archive(
|
|
name = "io_bazel_rules_go",
|
|
sha256 = "ca58b0b856dc95473b93f2228ab117913b82a6617fc0deabd107346e3981522a",
|
|
url = "https://github.com/bazelbuild/rules_go/releases/download/0.5.5/rules_go-0.5.5.tar.gz",
|
|
)
|
|
|
|
load("@io_bazel_rules_go//go:def.bzl", "go_repositories", "go_repository")
|
|
|
|
go_repositories()
|