summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2022-05-18 13:53:33 -0700
committerStan Hu <stanhu@gmail.com>2022-05-18 13:53:33 -0700
commit5761224d5c34136892acd3537c5eb2721e462061 (patch)
tree5db41c27fee0feb8b83a6ff78f7b9fa1e82e9ced /go.mod
parentf8c0303a03c911386117c55ba0a6af203fae8120 (diff)
downloadgitlab-shell-5761224d5c34136892acd3537c5eb2721e462061.tar.gz
Update gitlab-org/golang-crypto module version
This update pulls in: 1. https://gitlab.com/gitlab-org/golang-crypto/-/merge_requests/3, which syncs the module with upstream master and supports the new `curve25519-sha256@libssh.org` kex name. 2. https://gitlab.com/gitlab-org/golang-crypto/-/merge_requests/4, which adds: * MACs: hmac-sha2-512-etm@openssh.com, hmac-sha2-512 * Cipher: aes256-gcm@openssh.com Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/575
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 859f02a..5767ec8 100644
--- a/go.mod
+++ b/go.mod
@@ -81,4 +81,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
-replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220128174055-5be136049a80
+replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220518204012-9dd4a7273aac