-
- Downloads
Update golang-crypto fork version
It updates golang-crypto version and fixes the test that verifies the order of the supported algorithms
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