If you see message when update dependecies in Go or in another cases when update git repositories:
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Add to .ssh/config
the following setting:
Host *
StrictHostKeyChecking no