diff --git a/go.mod b/go.mod index 01351e1bf7..f32ef39c62 100644 --- a/go.mod +++ b/go.mod @@ -51,7 +51,7 @@ require ( github.com/imdario/mergo v0.3.16 github.com/itchyny/gojq v0.12.19 github.com/joncalhoun/qson v0.0.0-20200422171543-84433dcd3da0 - github.com/ktrysmt/go-bitbucket v0.9.94 + github.com/ktrysmt/go-bitbucket v0.9.95 github.com/minio/minio-go/v7 v7.0.100 github.com/mitchellh/hashstructure/v2 v2.0.2 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index a5eb1fd534..43845ba08b 100644 --- a/go.sum +++ b/go.sum @@ -654,8 +654,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.94 h1:KcWXTISxE/x2UI//HHXwlhoXemTyP2H9Qd7HsHXqqL4= -github.com/ktrysmt/go-bitbucket v0.9.94/go.mod h1:AFcn8IOW/sDQ3YKmsBcmLgtgFm/RLpqDZqs5id/6sYI= +github.com/ktrysmt/go-bitbucket v0.9.95 h1:joEljTpnIML5ygjEJMArYeotk+D+YFOkgCS71jhhc2s= +github.com/ktrysmt/go-bitbucket v0.9.95/go.mod h1:r/8tIhy008ze0ODPhq04gPMXESwqdXo4jBIQDmByhko= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/labstack/echo v3.2.1+incompatible/go.mod h1:0INS7j/VjnFxD4E2wkz67b8cVwCLbBmJyDaka6Cmk1s=