-
- Downloads
Merge branch 'renovate/gopkg.in-yaml.v2-3.x' into 'main'
Update module gopkg.in/yaml.v2 to v3 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/763 Merged-by:Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
No related branches found
No related tags found
Loading
| Loading
| @@ -22,6 +22,7 @@ require ( |
google.golang.org/grpc v1.55.0 | ||
google.golang.org/protobuf v1.30.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
require ( | ||
Loading
| Loading
| @@ -95,7 +96,6 @@ require ( |
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect | ||
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
replace golang.org/x/crypto => gitlab.com/gitlab-org/golang-crypto v0.0.0-20230504124748-218ebedc75c6 | ||
Loading
| Loading
|
Please register or sign in to comment