11module github.com/paketo-buildpacks/yarn/retrieval
22
3- go 1.19
3+ go 1.23.0
44
55// This is required because of a breaking change in a newer version
66replace github.com/ekzhu/minhash-lsh => github.com/ekzhu/minhash-lsh v0.0.0-20171225071031-5c06ee8586a1
@@ -9,7 +9,7 @@ require (
99 github.com/Masterminds/semver/v3 v3.1.1
1010 github.com/joshuatcasey/libdependency v0.22.0
1111 github.com/paketo-buildpacks/packit/v2 v2.6.1
12- golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
12+ golang.org/x/crypto v0.36.0
1313)
1414
1515require (
@@ -42,11 +42,12 @@ require (
4242 github.com/ulikunitz/xz v0.5.10 // indirect
4343 github.com/xanzy/ssh-agent v0.3.2 // indirect
4444 golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741 // indirect
45- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
46- golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
47- golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
48- golang.org/x/text v0.3.8-0.20211004125949-5bd84dd9b33b // indirect
49- golang.org/x/tools v0.1.12 // indirect
45+ golang.org/x/mod v0.17.0 // indirect
46+ golang.org/x/net v0.38.0 // indirect
47+ golang.org/x/sync v0.12.0 // indirect
48+ golang.org/x/sys v0.31.0 // indirect
49+ golang.org/x/text v0.23.0 // indirect
50+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
5051 gonum.org/v1/gonum v0.12.0 // indirect
5152 gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
5253 gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments