From aecf949a2a182c7aa9dc868c0f8421e09215b173 Mon Sep 17 00:00:00 2001 From: Eric Paniagua Date: Thu, 14 Apr 2016 08:35:58 -0700 Subject: [PATCH 1/2] Update to working commit for ws_remote repo. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index fa0ba30..f5cb317 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -11,7 +11,7 @@ go_repositories() git_repository( name = "ws_remote", remote = "https://github.com/laramiel/bazel-example-golang-remote.git", - commit = "8f2e405", + commit = "4a9199b", ) From d37b5ce6c11665936388480994ccded96c3dc884 Mon Sep 17 00:00:00 2001 From: Eric Paniagua Date: Thu, 14 Apr 2016 08:38:38 -0700 Subject: [PATCH 2/2] Fix repo reference to go.bzl. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index f5cb317..44ff975 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,7 +16,7 @@ git_repository( 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")