-
- Downloads
Replace golang.org/x/crypto with gitlab-org/golang-crypto
This fork contains a fix for handling ssh-rsa public keys of gitlab-sshd Issue: https://gitlab.com/gitlab-org/gitlab-shell/-/issues/543
Loading
| Loading
| @@ -18,3 +18,5 @@ require ( |
google.golang.org/grpc v1.38.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220128174055-5be136049a80 |
Please register or sign in to comment