@@ -2,31 +2,32 @@ module github.com/arduino/library-registry/.github/workflows/assets/validate-reg
2
2
3
3
go 1.23.4
4
4
5
- require github.com/arduino/libraries-repository-engine v1.1.5
5
+ require github.com/arduino/libraries-repository-engine v1.1.6
6
6
7
7
require (
8
- github.com/Microsoft/go-winio v0.5.2 // indirect
9
- github.com/ProtonMail /go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
10
- github.com/acomagu/bufpipe v1.0.4 // indirect
8
+ dario.cat/mergo v1.0.1 // indirect
9
+ github.com/Microsoft /go-winio v0.6.2 // indirect
10
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
11
11
github.com/arduino/go-paths-helper v1.12.1 // indirect
12
- github.com/cloudflare/circl v1.3.7 // indirect
12
+ github.com/cloudflare/circl v1.5.0 // indirect
13
+ github.com/cyphar/filepath-securejoin v0.3.5 // indirect
13
14
github.com/emirpasic/gods v1.18.1 // indirect
14
- github.com/go-git/gcfg v1.5.0 // indirect
15
- github.com/go-git/go-billy/v5 v5.4.1 // indirect
16
- github.com/go-git/go-git/v5 v5.6.1 // indirect
17
- github.com/imdario/mergo v0.3.13 // indirect
15
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
16
+ github.com/go-git/go-billy/v5 v5.6.0 // indirect
17
+ github.com/go-git/go-git/v5 v5.12.0 // indirect
18
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
18
19
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
19
20
github.com/kevinburke/ssh_config v1.2.0 // indirect
20
21
github.com/pjbgf/sha1cd v0.3.0 // indirect
21
- github.com/sergi/go-diff v1.1.0 // indirect
22
- github.com/skeema/knownhosts v1.1 .0 // indirect
22
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
23
+ github.com/skeema/knownhosts v1.3 .0 // indirect
23
24
github.com/spf13/pflag v1.0.5 // indirect
24
25
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
25
26
github.com/xanzy/ssh-agent v0.3.3 // indirect
26
27
go.bug.st/relaxed-semver v0.12.0 // indirect
27
- golang.org/x/crypto v0.21 .0 // indirect
28
- golang.org/x/net v0.23 .0 // indirect
29
- golang.org/x/sys v0.18 .0 // indirect
28
+ golang.org/x/crypto v0.31 .0 // indirect
29
+ golang.org/x/net v0.32 .0 // indirect
30
+ golang.org/x/sys v0.28 .0 // indirect
30
31
gopkg.in/warnings.v0 v0.1.2 // indirect
31
32
gopkg.in/yaml.v3 v3.0.1 // indirect
32
33
)
0 commit comments