summaryrefslogtreecommitdiffhomepage
path: root/pkg/fspath/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/fspath/BUILD')
-rw-r--r--pkg/fspath/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/fspath/BUILD b/pkg/fspath/BUILD
index ee84471b2..67dd1e225 100644
--- a/pkg/fspath/BUILD
+++ b/pkg/fspath/BUILD
@@ -8,9 +8,11 @@ go_library(
name = "fspath",
srcs = [
"builder.go",
- "builder_unsafe.go",
"fspath.go",
],
+ deps = [
+ "//pkg/gohacks",
+ ],
)
go_test(