From 2ed20d05ae406890d53910b0bf9f1dc43e012bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 22:12:51 +0000 Subject: [PATCH] fix: bump github.com/xdg/scram from 1.0.3 to 1.0.5 Bumps [github.com/xdg/scram](https://github.com/xdg/scram) from 1.0.3 to 1.0.5. - [Release notes](https://github.com/xdg/scram/releases) - [Commits](https://github.com/xdg/scram/compare/v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: github.com/xdg/scram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d1cab392d35e7..aa806459cd67d 100644 --- a/go.mod +++ b/go.mod @@ -136,7 +136,7 @@ require ( github.com/vmware/govmomi v0.27.3 github.com/wavefronthq/wavefront-sdk-go v0.9.10 github.com/wvanbergen/kafka v0.0.0-20171203153745-e2edea948ddf - github.com/xdg/scram v1.0.3 + github.com/xdg/scram v1.0.5 github.com/yuin/goldmark v1.4.1 go.mongodb.org/mongo-driver v1.8.3 go.opentelemetry.io/collector/model v0.44.0 diff --git a/go.sum b/go.sum index 64e1850dc178a..a04b2115f1094 100644 --- a/go.sum +++ b/go.sum @@ -2239,8 +2239,9 @@ github.com/xdg-go/scram v1.1.0/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+ github.com/xdg-go/stringprep v1.0.2 h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc= github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I= -github.com/xdg/scram v1.0.3 h1:nTadYh2Fs4BK2xdldEa2g5bbaZp0/+1nJMMPtPxS/to= github.com/xdg/scram v1.0.3/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I= +github.com/xdg/scram v1.0.5 h1:TuS0RFmt5Is5qm9Tm2SoD89OPqe4IRiFtyFY4iwWXsw= +github.com/xdg/scram v1.0.5/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I= github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y= github.com/xdg/stringprep v1.0.0/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y= github.com/xdg/stringprep v1.0.3 h1:cmL5Enob4W83ti/ZHuZLuKD/xqJfus4fVPwE+/BDm+4=