While trying to import github.com/hashicorp/vault/api v1.3.0 in the require field, i am facing the issue.
Command 'gopls.update_go_sum' failed: Error: err: exit status 1: stderr: go: github.com/hashicorp/vault/api@v1.3.0: reading github.com/hashicorp/vault/api/api/go.mod at revision api/v1.3.0: unknown revision api/v1.3.0 .
I have seen some solution to use the replace and all but not sure.
Any help is appreciated?
Thanks in advance.