-
- Downloads
Require Go 1.19 and drop use of golang-crypto fork
All changes in our fork have been upstreamed in the latest `master` of `golang.org/x/crypto`, so upgrade to that version. This version requires Go 1.19 due to a new UNIX build constraint (https://gitlab.com/gitlab-org/golang-crypto/-/merge_requests/13#note_1462100383). Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/623 Changelog: changed
module gitlab.com/gitlab-org/gitlab-shell/v14 | ||
go 1.18 | ||
go 1.19 | ||
require ( | ||
github.com/golang-jwt/jwt/v5 v5.0.0 | ||
Loading
| Loading
| @@ -17,7 +17,7 @@ require ( |
github.com/stretchr/testify v1.8.4 | ||
gitlab.com/gitlab-org/gitaly/v16 v16.2.1 | ||
gitlab.com/gitlab-org/labkit v1.20.0 | ||
golang.org/x/crypto v0.11.0 | ||
golang.org/x/crypto v0.12.0 | ||
golang.org/x/sync v0.3.0 | ||
google.golang.org/grpc v1.57.0 | ||
google.golang.org/protobuf v1.31.0 | ||
Loading
| Loading
| @@ -85,8 +85,8 @@ require ( |
golang.org/x/mod v0.11.0 // indirect | ||
golang.org/x/net v0.11.0 // indirect | ||
golang.org/x/oauth2 v0.9.0 // indirect | ||
golang.org/x/sys v0.10.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.8.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
Loading
| Loading
| @@ -98,6 +98,4 @@ require ( |
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect | ||
) | ||
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