Bump github.com/ktrysmt/go-bitbucket from 0.9.85 to 0.9.86 (#540)

This commit is contained in:
dependabot[bot] 2025-07-01 08:33:51 -07:00 committed by GitHub
parent b320943df5
commit f4b6a44386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

2
go.mod
View File

@ -13,7 +13,7 @@ require (
github.com/fatih/color v1.18.0
github.com/google/go-github/v62 v62.0.0
github.com/korovkin/limiter v0.0.0-20220422174850-01f593e64cf7
github.com/ktrysmt/go-bitbucket v0.9.85
github.com/ktrysmt/go-bitbucket v0.9.86
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.1

4
go.sum
View File

@ -74,8 +74,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/ktrysmt/go-bitbucket v0.9.85 h1:WSKYSmpgasEmtnsr+TEhD2UtiZjCZpeTBF5T4f6/d8k=
github.com/ktrysmt/go-bitbucket v0.9.85/go.mod h1:ZgvxUOaC6eHrNaC/DbjFvJUXaKpKeDYvfhh4U592jcs=
github.com/ktrysmt/go-bitbucket v0.9.86 h1:co80t9wS4kKgRLsvDgi+3wQPiLY30u10ehcTxgXFvzw=
github.com/ktrysmt/go-bitbucket v0.9.86/go.mod h1:/lsYmiQrBHNPTnPKF0Q+safIS7peInQOGbJXu0xPRho=
github.com/kyokomi/emoji/v2 v2.2.8 h1:jcofPxjHWEkJtkIbcLHvZhxKgCPl6C7MyjTrD4KDqUE=
github.com/kyokomi/emoji/v2 v2.2.8/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE=
github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=

View File

@ -62,6 +62,7 @@ type auth struct {
}
type Response struct {
*http.Response `json:"-"`
Size int `json:"size"`
Page int `json:"page"`
Pagelen int `json:"pagelen"`
@ -193,7 +194,7 @@ func injectClient(a *auth) *Client {
}
c.Users = &Users{
c: c,
SSHKeys: &SSHKeys{c: c},
SSHKeys: &SSHKeys{c: c},
}
c.User = &User{c: c}
c.Teams = &Teams{c: c}

2
vendor/modules.txt vendored
View File

@ -117,7 +117,7 @@ github.com/inconshreveable/mousetrap
# github.com/korovkin/limiter v0.0.0-20220422174850-01f593e64cf7
## explicit; go 1.17
github.com/korovkin/limiter
# github.com/ktrysmt/go-bitbucket v0.9.85
# github.com/ktrysmt/go-bitbucket v0.9.86
## explicit; go 1.23.0
github.com/ktrysmt/go-bitbucket
# github.com/kyokomi/emoji/v2 v2.2.8