From 978914df84931e401e4e4a17b61fcf1eb35dd5b5 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 27 Oct 2023 23:24:49 +0200 Subject: [PATCH] chore: fixup docs targets copybara needs update to handle this transform still --- WORKSPACE | 6 +++--- cmd/aspect/root/BUILD.bazel | 2 +- cmd/aspect/root/root.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index d862c3044..df7f4540a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_bazel_lib", - sha256 = "e3151d87910f69cf1fc88755392d7c878034a69d6499b287bcfc00b1cf9bb415", - strip_prefix = "bazel-lib-1.32.1", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.32.1/bazel-lib-v1.32.1.tar.gz", + sha256 = "cbf473d630ab67b36461d83b38fdc44e56f45b78d03c405e4958280211124d79", + strip_prefix = "bazel-lib-1.36.0", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.36.0/bazel-lib-v1.36.0.tar.gz", ) http_archive( diff --git a/cmd/aspect/root/BUILD.bazel b/cmd/aspect/root/BUILD.bazel index 977ba72d6..22f1e553b 100644 --- a/cmd/aspect/root/BUILD.bazel +++ b/cmd/aspect/root/BUILD.bazel @@ -34,7 +34,7 @@ go_library( "//cmd/aspect/sync", "//cmd/aspect/test", "//cmd/aspect/version", - "//docs/cli/help", + "//docs/help/topics", "//pkg/aspect/root/flags", "//pkg/ioutils", "//pkg/plugin/system", diff --git a/cmd/aspect/root/root.go b/cmd/aspect/root/root.go index ad67415dd..559e4d532 100644 --- a/cmd/aspect/root/root.go +++ b/cmd/aspect/root/root.go @@ -52,7 +52,7 @@ import ( "aspect.build/cli/cmd/aspect/sync" "aspect.build/cli/cmd/aspect/test" "aspect.build/cli/cmd/aspect/version" - help_docs "aspect.build/cli/docs/help" + help_docs "aspect.build/cli/docs/help/topics" "aspect.build/cli/pkg/aspect/root/flags" "aspect.build/cli/pkg/ioutils" "aspect.build/cli/pkg/plugin/system"