From 5ea49714694ae713ea1cf86a33031cafc46c7632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 02:09:29 +0000 Subject: [PATCH] build(deps): Bump github.com/beyondstorage/go-endpoint Bumps [github.com/beyondstorage/go-endpoint](https://github.com/beyondstorage/go-endpoint) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/beyondstorage/go-endpoint/releases) - [Changelog](https://github.com/beyondstorage/go-endpoint/blob/master/CHANGELOG.md) - [Commits](https://github.com/beyondstorage/go-endpoint/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: github.com/beyondstorage/go-endpoint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 070ac5c..ec13845 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/beyondstorage/go-service-minio go 1.15 require ( - github.com/beyondstorage/go-endpoint v1.0.1 + github.com/beyondstorage/go-endpoint v1.1.0 github.com/beyondstorage/go-integration-test/v4 v4.2.0 github.com/beyondstorage/go-storage/v4 v4.4.0 github.com/google/uuid v1.3.0 diff --git a/go.sum b/go.sum index 472c256..e532174 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/Xuanwo/templateutils v0.1.0 h1:WpkWOqQtIQ2vAIpJLa727DdN8WtxhUkkbDGa6UhntJY= github.com/Xuanwo/templateutils v0.1.0/go.mod h1:OdE0DJ+CJxDBq6psX5DPV+gOZi8bhuHuVUpPCG++Wb8= -github.com/beyondstorage/go-endpoint v1.0.1 h1:F8x2dGLMu9je6g7zPbKoxCXDlug97K26SeCx7KEHgyg= -github.com/beyondstorage/go-endpoint v1.0.1/go.mod h1:P2hknaGrziOJJKySv/XnAiVw/d3v12/LZu2gSxEx4nM= +github.com/beyondstorage/go-endpoint v1.1.0 h1:cpjmQdrAMyaLoT161NIFU/eXcsuMI3xViycid5/mBZg= +github.com/beyondstorage/go-endpoint v1.1.0/go.mod h1:P2hknaGrziOJJKySv/XnAiVw/d3v12/LZu2gSxEx4nM= github.com/beyondstorage/go-integration-test/v4 v4.2.0 h1:h2+SLmlDqjfBg+NzVcDr6VCmcD7I2xG+mqMzDlaCG+0= github.com/beyondstorage/go-integration-test/v4 v4.2.0/go.mod h1:jLyYWSGUjQRH7U1HdaLbXE5sxBgqrtK73q+Q7PGIuSs= github.com/beyondstorage/go-storage/v4 v4.3.0/go.mod h1:0fdcRCzLKMQe7Ve4zPlyTGgoPYwuINiV79Gx9tCt9tQ=