Skip to content

Commit

Permalink
Bump github.com/ktrysmt/go-bitbucket from 0.9.1 to 0.9.71
Browse files Browse the repository at this point in the history
Bumps [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) from 0.9.1 to 0.9.71.
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases)
- [Commits](ktrysmt/go-bitbucket@v0.9.1...v0.9.71)

---
updated-dependencies:
- dependency-name: github.com/ktrysmt/go-bitbucket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 13, 2023
1 parent 95e7f45 commit f933bdb
Show file tree
Hide file tree
Showing 2 changed files with 1,542 additions and 43 deletions.
24 changes: 10 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ require (
github.com/99designs/keyring v1.2.2
github.com/cli/oauth v1.0.1
github.com/google/go-github/v34 v34.0.0
github.com/ktrysmt/go-bitbucket v0.9.1
github.com/ktrysmt/go-bitbucket v0.9.71
github.com/migueleliasweb/go-github-mock v0.0.5
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/afero v1.2.2
github.com/spf13/afero v1.9.2
github.com/xanzy/go-gitlab v0.92.1
golang.org/x/oauth2 v0.6.0
golang.org/x/text v0.8.0 // indirect
golang.org/x/oauth2 v0.13.0
golang.org/x/text v0.13.0 // indirect
)

require (
Expand All @@ -27,17 +27,13 @@ require (
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
github.com/k0kubun/pp v2.3.0+incompatible // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mtibben/percent v0.2.1 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.29.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit f933bdb

Please sign in to comment.