brotli/WORKSPACE

19 lines
365 B
Python
Raw Normal View History

# Description:
# Bazel workspace file for Brotli.
2016-10-17 12:04:59 +00:00
workspace(name = "org_brotli")
maven_jar(
name = "junit_junit",
artifact = "junit:junit:4.12",
)
git_repository(
name = "io_bazel_rules_go",
remote = "https://github.com/bazelbuild/rules_go.git",
tag = "0.4.1",
)
load("@io_bazel_rules_go//go:def.bzl", "go_repositories")
go_repositories()