fix dependency issues.

This commit is contained in:
2023-05-04 23:45:08 -07:00
parent 9091cc7682
commit c1f06604e3
5 changed files with 58 additions and 13 deletions

View File

@@ -6,8 +6,8 @@ go_library(
importpath = "git.wntrmute.dev/kyle/goutils/cmd/showimp",
visibility = ["//visibility:private"],
deps = [
"//dbg",
"//die",
"//logging",
],
)