Skip to content

Commit

Permalink
Fix #70: Update URL in go.mod and BUILD file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo committed Jun 17, 2019
1 parent c2912d8 commit f4ef11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
load("@bazel_gazelle//:def.bzl", "gazelle")

# gazelle:prefix github.com/philwo/bazelisk
# gazelle:prefix github.com/bazelbuild/bazelisk
gazelle(name = "gazelle")

sh_test(
Expand Down Expand Up @@ -29,7 +29,7 @@ sh_test(
go_library(
name = "go_default_library",
srcs = ["bazelisk.go"],
importpath = "github.com/philwo/bazelisk",
importpath = "github.com/bazelbuild/bazelisk",
visibility = ["//visibility:private"],
x_defs = {"BazeliskVersion": "{STABLE_VERSION}"},
deps = ["@com_github_hashicorp_go_version//:go_default_library"],
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/philwo/bazelisk
module github.com/bazelbuild/bazelisk

require github.com/hashicorp/go-version v1.1.0

0 comments on commit f4ef11a

Please sign in to comment.