Skip to content

Commit 7aa7595

Browse files
authored
Remove unnecessary dependency in BUILD.bazel
Removed dependency on com_github_google_go_cmp in oci_go_image_lib.
1 parent 087b38f commit 7aa7595

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oci_go_image/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ go_library(
1010
srcs = ["main.go"],
1111
importpath = "github.com/aspect-build/bazel-examples/oci_go_image",
1212
visibility = ["//visibility:private"],
13-
deps = ["@com_github_google_go_cmp//cmp"],
1413
)
1514

1615
go_test(

0 commit comments

Comments
 (0)