Go: Bump github.com/posener/complete from 1.1.1 to 1.2.3 (#5924)

* Go: Bump github.com/posener/complete from 1.1.1 to 1.2.3

Bumps [github.com/posener/complete](https://github.com/posener/complete) from 1.1.1 to 1.2.3.
- [Release notes](https://github.com/posener/complete/releases)
- [Commits](https://github.com/posener/complete/compare/v1.1.1...v1.2.3)

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

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

* Add github.com/posener/complete@v1.2.3 to generate-mod.sh

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philippe Martin <phmartin@redhat.com>
This commit is contained in:
dependabot[bot]
2022-07-12 10:41:50 +00:00
committed by GitHub
parent 46e47a56c2
commit 8865cec8ff
25 changed files with 364 additions and 195 deletions

View File

@@ -25,6 +25,7 @@ go mod edit -replace github.com/apcera/gssapi=github.com/openshift/gssapi@v0.0.0
# Upgrades recommended by Dependabot
go mod edit -require github.com/pborman/uuid@v1.2.1
go mod edit -require github.com/posener/complete@v1.2.3
go mod tidy -compat=1.17 # why?