From fb85bce56ad72e3f9dd9d4b8d18f3fe54f0fe285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:49:32 +0000 Subject: [PATCH] Bump github.com/bitwarden/sdk-go from 1.0.0 to 1.0.1 in the go group Bumps the go group with 1 update: [github.com/bitwarden/sdk-go](https://github.com/bitwarden/sdk-go). Updates `github.com/bitwarden/sdk-go` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/bitwarden/sdk-go/releases) - [Commits](https://github.com/bitwarden/sdk-go/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/bitwarden/sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... 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 651aa76..48a81f1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/external-secrets/bitwarden-sdk-server go 1.22 require ( - github.com/bitwarden/sdk-go v1.0.0 + github.com/bitwarden/sdk-go v1.0.1 github.com/go-chi/chi/v5 v5.1.0 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index 6cae991..c988012 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/bitwarden/sdk-go v1.0.0 h1:XupMlyu7CxdtKFi7obSknwICQ2J+WtmzndfVkkiGShI= -github.com/bitwarden/sdk-go v1.0.0/go.mod h1:RuYh+gqffp3h8wNUVWz1bvp2Pho10AFz+WIlI26iWY4= +github.com/bitwarden/sdk-go v1.0.1 h1:k1SVdq1SrY0IpbjjkCIEUd9CINnGyZokAacEei0BmFY= +github.com/bitwarden/sdk-go v1.0.1/go.mod h1:RuYh+gqffp3h8wNUVWz1bvp2Pho10AFz+WIlI26iWY4= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= 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=