Skip to content

Commit

Permalink
chore: run gazelle after copybara
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jan 19, 2023
1 parent cff969d commit fb08a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/aspect/init/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go_library(
"//pkg/ioutils",
"@com_github_fatih_color//:color",
"@com_github_manifoldco_promptui//:promptui",
"@com_github_masterminds_semver_v3//:semver",
"@com_github_masterminds_semver//:semver",
"@com_github_spf13_cobra//:cobra",
],
)
2 changes: 1 addition & 1 deletion pkg/aspect/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ import (
"path"
"strings"

"github.com/Masterminds/semver"
"aspect.build/cli/buildinfo"
"aspect.build/cli/docs/bazelrc"
"aspect.build/cli/pkg/aspect/init/template"
"aspect.build/cli/pkg/bazel"
"aspect.build/cli/pkg/bazel/workspace"
"aspect.build/cli/pkg/ioutils"
"github.com/Masterminds/semver"
"github.com/fatih/color"
"github.com/manifoldco/promptui"
"github.com/spf13/cobra"
Expand Down

0 comments on commit fb08a30

Please sign in to comment.