From 0f599faf1761438bb83dc083efd6fcc87fa9f7b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:01:02 +0200 Subject: [PATCH] Bump github.com/ktrysmt/go-bitbucket from 0.9.70 to 0.9.71 (#524) Bumps [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) from 0.9.70 to 0.9.71. - [Release notes](https://github.com/ktrysmt/go-bitbucket/releases) - [Commits](https://github.com/ktrysmt/go-bitbucket/compare/v0.9.70...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fd3585fa..acc2e52c 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/go-git/go-git/v5 v5.10.0 github.com/golang/mock v1.6.0 github.com/google/go-github/v43 v43.0.0 - github.com/ktrysmt/go-bitbucket v0.9.70 + github.com/ktrysmt/go-bitbucket v0.9.71 github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.0 diff --git a/go.sum b/go.sum index 4f92daba..a6f5a2b3 100644 --- a/go.sum +++ b/go.sum @@ -1325,8 +1325,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= 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.70 h1:SWDKD9kKTtWZrVaOMWuaOuYmXGA/lhPRNI8koiKyBFQ= -github.com/ktrysmt/go-bitbucket v0.9.70/go.mod h1:lFsqcfZbrJ+P+h7jggwcrwB2O9kbgLTWTwJoyMI2qAc= +github.com/ktrysmt/go-bitbucket v0.9.71 h1:Dx0otXZI2YZpUMYXmHHhz4YWpHvYX5iGAqn9s8L3zUQ= +github.com/ktrysmt/go-bitbucket v0.9.71/go.mod h1:lFsqcfZbrJ+P+h7jggwcrwB2O9kbgLTWTwJoyMI2qAc= github.com/leodido/go-urn v1.1.0/go.mod h1:+cyI34gQWZcE1eQU7NVgKkkzdXDQHr1dBMtdAPozLkw= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=