Skip to content

Commit 2327139

Browse files
authored
Add missing bazel-remote-apis.diff and fix a bad importpath
2 parents 12662ad + 81b9051 commit 2327139

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff --git MODULE.bazel MODULE.bazel
2+
index d821962..19efede 100644
3+
--- MODULE.bazel
4+
+++ MODULE.bazel
5+
@@ -75,3 +75,5 @@ single_version_override(
6+
patch_strip = 1,
7+
patches = ["//third_party/patches:rules_go.patch"],
8+
)
9+
+
10+
+bazel_dep(name = "bazel_remote_apis", version = "0.0.0")

tools/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@rules_go//go:def.bzl", "go_library")
33
go_library(
44
name = "tools",
55
srcs = ["deps.go"],
6-
importpath = "github.com/buildbarn/bb-storage/tools",
6+
importpath = "github.com/buildbarn/bb-portal/tools",
77
tags = ["manual"],
88
visibility = ["//visibility:public"],
99
deps = [

0 commit comments

Comments
 (0)