Bump github.com/bitwarden/sdk-go from 0.1.1 to 1.0.0 #63
Annotations
3 errors
run-test-suite:
pkg/bitwarden/bitwarden_test.go#L37
cannot use &testClient{} (value of type *testClient) as sdk.BitwardenClientInterface value in variable declaration: *testClient does not implement sdk.BitwardenClientInterface (missing method Generators)
|
run-test-suite:
pkg/bitwarden/bitwarden_test.go#L61
cannot use testClient (variable of type *testClient) as sdk.BitwardenClientInterface value in return statement: *testClient does not implement sdk.BitwardenClientInterface (missing method Generators) (typecheck)
|
run-test-suite
Process completed with exit code 2.
|