Skip to content

Commit fe7aa8a

Browse files
committed
Remove unnecessary dependency in BUILD.bazel
Removed dependency on com_github_google_go_cmp in oci_go_image_lib.
1 parent 6cc1ed0 commit fe7aa8a

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)