chore(deps): bump github.com/manifoldco/promptui from 0.8.0 to 0.9.0 (#2632)

Bumps [github.com/manifoldco/promptui](https://github.com/manifoldco/promptui) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/manifoldco/promptui/releases)
- [Changelog](https://github.com/manifoldco/promptui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/manifoldco/promptui/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/manifoldco/promptui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-10 07:56:01 +01:00
committed by GitHub
parent 659d1b1252
commit 9b38061ed4
2 changed files with 4 additions and 9 deletions

4
go.mod
View File

@@ -47,7 +47,7 @@ require (
github.com/kevinburke/twilio-go v0.0.0-20210327194925-1623146bcf73
github.com/lib/pq v1.10.3
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/manifoldco/promptui v0.8.0
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-colorable v0.1.11 // indirect; indirect github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/minio/minio-go/v7 v7.0.15
@@ -80,7 +80,7 @@ require (
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.7
google.golang.org/api v0.59.0
google.golang.org/genproto v0.0.0-20211027162914-98a5263abeca
google.golang.org/genproto v0.0.0-20211027162914-98a5263abeca // indirect
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
gopkg.in/square/go-jose.v2 v2.6.0