We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e356335 commit 81b9051Copy full SHA for 81b9051
tools/BUILD.bazel
@@ -3,7 +3,7 @@ load("@rules_go//go:def.bzl", "go_library")
3
go_library(
4
name = "tools",
5
srcs = ["deps.go"],
6
- importpath = "github.com/buildbarn/bb-storage/tools",
+ importpath = "github.com/buildbarn/bb-portal/tools",
7
tags = ["manual"],
8
visibility = ["//visibility:public"],
9
deps = [
0 commit comments