Skip to content

Commit

Permalink
chore: go fmt && gazelle
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Oct 30, 2023
1 parent 0ed5995 commit 4034e36
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/aspect/root/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ go_library(
"//cmd/aspect/sync",
"//cmd/aspect/test",
"//cmd/aspect/version",
"//docs/help/topics",
"//pkg/aspect/root/flags",
"//pkg/ioutils",
"//pkg/plugin/system",
"//docs/cli/help",
"@com_github_fatih_color//:color",
"@com_github_mattn_go_isatty//:go-isatty",
"@com_github_spf13_cobra//:cobra",
Expand Down
2 changes: 1 addition & 1 deletion cmd/aspect/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ 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/topics"
"aspect.build/cli/pkg/aspect/root/flags"
"aspect.build/cli/pkg/ioutils"
"aspect.build/cli/pkg/plugin/system"
help_docs "aspect.build/cli/docs/help"
)

var (
Expand Down
18 changes: 17 additions & 1 deletion pkg/aspect/outputs/hash.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Aspect Build Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package outputs

import (
Expand All @@ -11,8 +27,8 @@ import (
"sort"
"strings"

"github.com/alphadose/haxmap"
"aspect.build/cli/pkg/bazel"
"github.com/alphadose/haxmap"
"github.com/rogpeppe/go-internal/dirhash"
concurrently "github.com/tejzpr/ordered-concurrently/v3"
"github.com/twmb/murmur3"
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/system/bep/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ go_library(
"//pkg/aspecterrors",
"//pkg/aspectgrpc",
"//pkg/plugin/system/besproxy",
"@com_github_golang_protobuf//ptypes/empty",
"@go_googleapis//google/devtools/build/v1:build_go_proto",
"@io_bazel_rules_go//proto/wkt:empty_go_proto",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//credentials/insecure",
"@org_golang_google_protobuf//types/known/emptypb",
Expand Down

0 comments on commit 4034e36

Please sign in to comment.