-
- Downloads
Merge branch 'id-update-golang-crypto' into 'main'
Update golang-crypto fork version See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/729 Merged-by:Stan Hu <stanhu@gmail.com> Approved-by:
Joern Schneeweisz <jschneeweisz@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -82,10 +82,10 @@ require ( |
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/oauth2 v0.4.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
google.golang.org/api v0.103.0 // indirect | ||
Loading
| Loading
| @@ -95,6 +95,6 @@ require ( |
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20220616060731-4818747c9fed | ||
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20230504124748-218ebedc75c6 | ||
exclude github.com/prometheus/client_golang v1.12.1 |
Please register or sign in to comment