blob: 182b92854c6eb4d8b31462785f50947c0737870c [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "hooks",
srcs = ["hooks.go"],
importpath = "aspect.build/cli/pkg/hooks",
visibility = ["//visibility:public"],
deps = ["//pkg/aspecterrors"],
)