diff --git a/go.mod b/go.mod index 3dce41d..f775e2c 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/go-github/v43 v43.0.0 github.com/hashicorp/go-retryablehttp v0.7.8 github.com/joho/godotenv v1.5.1 - github.com/ktrysmt/go-bitbucket v0.9.96 + github.com/ktrysmt/go-bitbucket v0.9.98 github.com/sirupsen/logrus v1.9.4 github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 diff --git a/go.sum b/go.sum index f15f0b6..5de9ebf 100644 --- a/go.sum +++ b/go.sum @@ -75,8 +75,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.96 h1:KI+ePerKCIJHkZNFV/fJkk/8yfWTQDgr139UOIp/RJY= -github.com/ktrysmt/go-bitbucket v0.9.96/go.mod h1:/1H7KMC7FsdkRoNMq21an6dyFpA+irNw5tyYpHzRC2Q= +github.com/ktrysmt/go-bitbucket v0.9.98 h1:WAsF/q6M+pMsqV9xS/DDSwrZb+GnAHMMtjh0+5X8yGk= +github.com/ktrysmt/go-bitbucket v0.9.98/go.mod h1:/1H7KMC7FsdkRoNMq21an6dyFpA+irNw5tyYpHzRC2Q= github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8= github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=