Skip to content

Commit

Permalink
Bump github.com/cli/go-gh/v2 from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [github.com/cli/go-gh/v2](https://github.com/cli/go-gh) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/cli/go-gh/releases)
- [Commits](cli/go-gh@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/cli/go-gh/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and vdemeester committed Mar 18, 2024
1 parent 08742f5 commit f8ba62f
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/openshift-pipelines/catalog-cd
go 1.21

require (
github.com/cli/go-gh/v2 v2.5.0
github.com/cli/go-gh/v2 v2.6.0
github.com/go-errors/errors v1.5.1
github.com/onsi/gomega v1.31.1
github.com/sigstore/cosign/v2 v2.2.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMn
github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
github.com/cli/go-gh/v2 v2.5.0 h1:uFF4l5mZ5wHAXg97u/9PERKOMrKYcoy2iiZI1OPMCwk=
github.com/cli/go-gh/v2 v2.5.0/go.mod h1:h3salfqqooVpzKmHp6aUdeNx62UmxQRpLbagFSHTJGQ=
github.com/cli/go-gh/v2 v2.6.0 h1:1zXwr7mW6JDCPwXQLLtCdKnp+pNc7ZixyDeLpM1pf9I=
github.com/cli/go-gh/v2 v2.6.0/go.mod h1:h3salfqqooVpzKmHp6aUdeNx62UmxQRpLbagFSHTJGQ=
github.com/cli/safeexec v1.0.0 h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI=
github.com/cli/safeexec v1.0.0/go.mod h1:Z/D4tTN8Vs5gXYHDCbaM1S/anmEDnJb1iW0+EJ5zx3Q=
github.com/cli/shurcooL-graphql v0.0.4 h1:6MogPnQJLjKkaXPyGqPRXOI2qCsQdqNfUY1QSJu2GuY=
Expand Down
26 changes: 25 additions & 1 deletion vendor/github.com/cli/go-gh/v2/pkg/auth/auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ github.com/chrismellard/docker-credential-acr-env/pkg/token
# github.com/clbanning/mxj/v2 v2.7.0
## explicit; go 1.15
github.com/clbanning/mxj/v2
# github.com/cli/go-gh/v2 v2.5.0
# github.com/cli/go-gh/v2 v2.6.0
## explicit; go 1.21
github.com/cli/go-gh/v2/internal/set
github.com/cli/go-gh/v2/internal/yamlmap
Expand Down

0 comments on commit f8ba62f

Please sign in to comment.