Skip to content

Commit 9bcd69f

Browse files
Bump github.com/ktrysmt/go-bitbucket from 0.9.87 to 0.9.88 (#606)
Bumps [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) from 0.9.87 to 0.9.88. - [Release notes](https://github.com/ktrysmt/go-bitbucket/releases) - [Commits](ktrysmt/go-bitbucket@v0.9.87...v0.9.88) --- updated-dependencies: - dependency-name: github.com/ktrysmt/go-bitbucket dependency-version: 0.9.88 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0871221 commit 9bcd69f

File tree

5 files changed

+44
-32
lines changed

5 files changed

+44
-32
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/fatih/color v1.18.0
1212
github.com/google/go-github/v72 v72.0.0
1313
github.com/korovkin/limiter v0.0.0-20220422174850-01f593e64cf7
14-
github.com/ktrysmt/go-bitbucket v0.9.87
14+
github.com/ktrysmt/go-bitbucket v0.9.88
1515
github.com/mitchellh/go-homedir v1.1.0
1616
github.com/spf13/cobra v1.10.2
1717
github.com/spf13/viper v1.21.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
7676
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
7777
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
7878
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
79-
github.com/ktrysmt/go-bitbucket v0.9.87 h1:eR7E4ndyKpO2+HdBwUlsC5K/40nEDpjMLEWsPLY97oQ=
80-
github.com/ktrysmt/go-bitbucket v0.9.87/go.mod h1:slSdGm9Vh3L2ZOU1r7Fu2B9rPJvsflYgneRCoPA83eY=
79+
github.com/ktrysmt/go-bitbucket v0.9.88 h1:XBjYui83tW2puG7f2GvYSAMMKIPfhpeoLCVfEJx3KVM=
80+
github.com/ktrysmt/go-bitbucket v0.9.88/go.mod h1:fx6zdyKEyiNfR9VW0npWD6ugoSUsp8JLXGyqna8bHkc=
8181
github.com/kyokomi/emoji/v2 v2.2.8 h1:jcofPxjHWEkJtkIbcLHvZhxKgCPl6C7MyjTrD4KDqUE=
8282
github.com/kyokomi/emoji/v2 v2.2.8/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE=
8383
github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=

vendor/github.com/ktrysmt/go-bitbucket/client.go

Lines changed: 37 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ktrysmt/go-bitbucket/teams.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/inconshreveable/mousetrap
117117
# github.com/korovkin/limiter v0.0.0-20220422174850-01f593e64cf7
118118
## explicit; go 1.17
119119
github.com/korovkin/limiter
120-
# github.com/ktrysmt/go-bitbucket v0.9.87
121-
## explicit; go 1.23.0
120+
# github.com/ktrysmt/go-bitbucket v0.9.88
121+
## explicit; go 1.24.0
122122
github.com/ktrysmt/go-bitbucket
123123
# github.com/kyokomi/emoji/v2 v2.2.8
124124
## explicit; go 1.14

0 commit comments

Comments
 (0)