| module aspect.build/cli |
| |
| go 1.16 |
| |
| require ( |
| github.com/bazelbuild/bazel-gazelle v0.23.0 |
| github.com/bazelbuild/bazelisk v1.10.1 |
| github.com/bazelbuild/buildtools v0.0.0-20210920153738-d6daef01a1a2 |
| github.com/bazelbuild/rules_go v0.28.0 |
| github.com/fatih/color v1.12.0 |
| github.com/golang/mock v1.5.0 |
| github.com/golang/protobuf v1.5.2 |
| github.com/manifoldco/promptui v0.8.0 |
| github.com/mattn/go-isatty v0.0.13 |
| github.com/mitchellh/go-homedir v1.1.0 |
| github.com/onsi/gomega v1.16.0 |
| github.com/pkg/browser v0.0.0-20210904010418-6d279e18f982 |
| github.com/spf13/cobra v1.2.1 |
| github.com/spf13/viper v1.8.1 |
| golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect |
| golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect |
| golang.org/x/text v0.3.7 // indirect |
| google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c |
| google.golang.org/grpc v1.38.0 |
| google.golang.org/protobuf v1.26.0 |
| ) |