Skip to content

Commit

Permalink
Bump github.com/bitwarden/sdk-go from 0.1.1 to 1.0.0 (#20)
Browse files Browse the repository at this point in the history
* Bump github.com/bitwarden/sdk-go from 0.1.1 to 1.0.0

Bumps [github.com/bitwarden/sdk-go](https://github.com/bitwarden/sdk-go) from 0.1.1 to 1.0.0.
- [Release notes](https://github.com/bitwarden/sdk-go/releases)
- [Commits](bitwarden/sdk-go@v0.1.1...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/bitwarden/sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* updated the test mock

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Skarlso authored Sep 9, 2024
1 parent 47ac2d4 commit b0a3cb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/external-secrets/bitwarden-sdk-server
go 1.22

require (
github.com/bitwarden/sdk-go v0.1.1
github.com/bitwarden/sdk-go v1.0.0
github.com/go-chi/chi/v5 v5.1.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/bitwarden/sdk-go v0.1.1 h1:Fn7d0SuThIEwaIecg3SRBM6RUbUyQQ7x7Ex+qrcLbMA=
github.com/bitwarden/sdk-go v0.1.1/go.mod h1:Gp2ADXAL0XQ3GO3zxAv503xSlL6ORPf0VZg2J+yQ6jU=
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/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=
Expand Down
4 changes: 4 additions & 0 deletions pkg/bitwarden/bitwarden_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ func (t *testClient) Secrets() sdk.SecretsInterface {

func (t *testClient) Close() {}

func (t *testClient) Generators() sdk.GeneratorsInterface {
return nil
}

var testBitwardenClient = func(testClient *testClient) func(apiURL, identityURL *string) (sdk.BitwardenClientInterface, error) {
return func(apiURL, identityURL *string) (sdk.BitwardenClientInterface, error) {
return testClient, nil
Expand Down

0 comments on commit b0a3cb8

Please # to comment.