Merge pull request #1 from paniag/master

Fix broken configs for "remote" and "bare" repos.
This commit is contained in:
Laramie Leavitt
2017-04-26 21:21:45 -07:00
committed by GitHub

View File

@ -11,12 +11,12 @@ go_repositories()
git_repository( git_repository(
name = "ws_remote", name = "ws_remote",
remote = "https://github.com/laramiel/bazel-example-golang-remote.git", remote = "https://github.com/laramiel/bazel-example-golang-remote.git",
commit = "8f2e405", commit = "4a9199b",
) )
BARE_BUILD = """ BARE_BUILD = """
load("@bazel_tools//tools/build_rules/go:def.bzl", "go_prefix", "go_library") load("@io_bazel_rules_go//go:def.bzl", "go_prefix", "go_library")
go_prefix("github.com/laramiel/bazel-example-golang-bare") go_prefix("github.com/laramiel/bazel-example-golang-bare")