-
- Downloads
reference kex and mac algo constants
Depends on gitlab-org/golang-crypto!5
Loading
| Loading
| @@ -15,7 +15,7 @@ require ( |
github.com/stretchr/testify v1.7.0 | ||
gitlab.com/gitlab-org/gitaly/v14 v14.9.0-rc5.0.20220329111719-51da8bc17059 | ||
gitlab.com/gitlab-org/labkit v1.14.0 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
google.golang.org/grpc v1.40.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
Loading
| Loading
| @@ -70,6 +70,7 @@ require ( |
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect | ||
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
Loading
| Loading
| @@ -81,4 +82,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-20220518204012-9dd4a7273aac | ||
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220523184437-e427c5017c17 |
Please register or sign in to comment