From dcbc1d790b0a5e0b9303de981ed0971cd8954b69 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 11 Aug 2023 16:05:28 -0700 Subject: [PATCH] Update BUILD.bazel Need to re-order the deps, copybara output doesn't do this. Hack! --- cmd/aspect/root/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/aspect/root/BUILD.bazel b/cmd/aspect/root/BUILD.bazel index 1c926a836..8687f4995 100644 --- a/cmd/aspect/root/BUILD.bazel +++ b/cmd/aspect/root/BUILD.bazel @@ -33,10 +33,10 @@ go_library( "//cmd/aspect/sync", "//cmd/aspect/test", "//cmd/aspect/version", + "//docs/versioned/cli/help", "//pkg/aspect/root/flags", "//pkg/ioutils", "//pkg/plugin/system", - "//docs/versioned/cli/help", "@com_github_fatih_color//:color", "@com_github_mattn_go_isatty//:go-isatty", "@com_github_spf13_cobra//:cobra",