From 63895579fd601f4080b6b508aa14cf294f30bc80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:33:52 +0000 Subject: [PATCH] build(deps): bump github.com/baidubce/bce-sdk-go in /services/bos (#2091) Bumps [github.com/baidubce/bce-sdk-go](https://github.com/baidubce/bce-sdk-go) from 0.9.166 to 0.9.167. - [Release notes](https://github.com/baidubce/bce-sdk-go/releases) - [Commits](https://github.com/baidubce/bce-sdk-go/compare/v0.9.166...v0.9.167) --- updated-dependencies: - dependency-name: github.com/baidubce/bce-sdk-go 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> --- services/bos/go.mod | 2 +- services/bos/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/bos/go.mod b/services/bos/go.mod index 718bd2003..dc50541f4 100644 --- a/services/bos/go.mod +++ b/services/bos/go.mod @@ -3,7 +3,7 @@ module github.com/beyondstorage/go-storage/services/bos/v2 go 1.16 require ( - github.com/baidubce/bce-sdk-go v0.9.166 + github.com/baidubce/bce-sdk-go v0.9.167 github.com/beyondstorage/go-storage/credential v1.0.0 github.com/beyondstorage/go-storage/endpoint v1.2.0 github.com/beyondstorage/go-storage/v5 v5.0.0 diff --git a/services/bos/go.sum b/services/bos/go.sum index 1e7dd8bf6..0eded101a 100644 --- a/services/bos/go.sum +++ b/services/bos/go.sum @@ -4,8 +4,8 @@ github.com/Xuanwo/go-bufferpool v0.2.0 h1:DXzqJD9lJufXbT/03GrcEvYOs4gXYUj9/g5yi6 github.com/Xuanwo/go-bufferpool v0.2.0/go.mod h1:Mle++9GGouhOwGj52i9PJLNAPmW2nb8PWBP7JJzNCzk= github.com/Xuanwo/templateutils v0.2.0 h1:jnhiP1DMyK1Rv9qgaGCrEm/r6TseAsf7eC092gVld0Q= github.com/Xuanwo/templateutils v0.2.0/go.mod h1:OdE0DJ+CJxDBq6psX5DPV+gOZi8bhuHuVUpPCG++Wb8= -github.com/baidubce/bce-sdk-go v0.9.166 h1:3NFIe87QgsiAvcgKOXoVwyj37d3S8nOzRG+R6gO+OdY= -github.com/baidubce/bce-sdk-go v0.9.166/go.mod h1:zbYJMQwE4IZuyrJiFO8tO8NbtYiKTFTbwh4eIsqjVdg= +github.com/baidubce/bce-sdk-go v0.9.167 h1:PXdxNmlUM0L6b1nImUFUag+uVFo80v+w12jGMVypxsI= +github.com/baidubce/bce-sdk-go v0.9.167/go.mod h1:zbYJMQwE4IZuyrJiFO8tO8NbtYiKTFTbwh4eIsqjVdg= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=