File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ module github.com/external-secrets/bitwarden-sdk-server
22
33go 1.22
44
5+ replace github.com/bitwarden/sdk-go/v2 => github.com/Skarlso/sdk-go/v2 v2.0.0
6+
57require (
6- github.com/bitwarden/sdk-go v1 .0.2
8+ github.com/bitwarden/sdk-go/v2 v2 .0.0
79 github.com/go-chi/chi/v5 v5.2.5
810 github.com/spf13/cobra v1.10.2
911 github.com/stretchr/testify v1.11.1
Original file line number Diff line number Diff line change 1- github.com/bitwarden /sdk-go v1 .0.2 h1:krk5et4sfksLDDcrYHcs8f3jL/TGcQ1EShw4CG21JSI =
2- github.com/bitwarden /sdk-go v1 .0.2 /go.mod h1:RuYh+gqffp3h8wNUVWz1bvp2Pho10AFz+WIlI26iWY4 =
1+ github.com/Skarlso /sdk-go/v2 v2 .0.0 h1:6j9YeHxWm+AwIEEhXQ6LbrwYuUJlMvVv3zPu8H1r2kQ =
2+ github.com/Skarlso /sdk-go/v2 v2 .0.0 /go.mod h1:6Sfb4IdZ9tnggeFj8Ty4MLkWUyC2pNlFUoAZE0Dapfw =
33github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
44github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
55github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
66github.com/go-chi/chi/v5 v5.2.5 h1:Eg4myHZBjyvJmAFjFvWgrqDTXFyOzjj7YIm3L3mu6Ug =
77github.com/go-chi/chi/v5 v5.2.5 /go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0 =
8+ github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA =
9+ github.com/gofrs/uuid v4.4.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
810github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
911github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
1012github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "log/slog"
2121 "net/http"
2222
23- "github.com/bitwarden/sdk-go"
23+ "github.com/bitwarden/sdk-go/v2 "
2424)
2525
2626type contextKey string
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "net/http/httptest"
2222 "testing"
2323
24- "github.com/bitwarden/sdk-go"
24+ "github.com/bitwarden/sdk-go/v2 "
2525 "github.com/go-chi/chi/v5"
2626 "github.com/stretchr/testify/assert"
2727 "github.com/stretchr/testify/require"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "net/http"
2424 "time"
2525
26- "github.com/bitwarden/sdk-go"
26+ "github.com/bitwarden/sdk-go/v2 "
2727 "github.com/go-chi/chi/v5"
2828 "github.com/go-chi/chi/v5/middleware"
2929
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "testing"
2525 "time"
2626
27- "github.com/bitwarden/sdk-go"
27+ "github.com/bitwarden/sdk-go/v2 "
2828 "github.com/stretchr/testify/assert"
2929 "github.com/stretchr/testify/require"
3030
You can’t perform that action at this time.
0 commit comments