File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
.licenses/library-registry-submission-parser/go/github.com/arduino Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/arduino/go-paths-helper
3
- version : v1.13.0
3
+ version : v1.13.1
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/github.com/arduino/go-paths-helper
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/arduino/library-registry-submission-parser/parser
3
3
go 1.17
4
4
5
5
require (
6
- github.com/arduino/go-paths-helper v1.13.0
6
+ github.com/arduino/go-paths-helper v1.13.1
7
7
github.com/arduino/go-properties-orderedmap v1.8.1
8
8
github.com/sourcegraph/go-diff v0.7.0
9
9
github.com/stretchr/testify v1.10.0
@@ -13,4 +13,5 @@ require (
13
13
require (
14
14
github.com/davecgh/go-spew v1.1.1 // indirect
15
15
github.com/pmezard/go-difflib v1.0.0 // indirect
16
+ golang.org/x/sys v0.32.0 // indirect
16
17
)
Original file line number Diff line number Diff line change 1
1
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
2
- github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw =
3
- github.com/arduino/go-paths-helper v1.13.0 /go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM =
2
+ github.com/arduino/go-paths-helper v1.13.1 h1:M7SCdLB2VldxOdChnjZkxAZwWZdDtNY4IlHL9nxGQFo =
3
+ github.com/arduino/go-paths-helper v1.13.1 /go.mod h1:dDodKn2ZX4iwuoBMapdDO+5d0oDLBeM4BS0xS4i40Ak =
4
4
github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM =
5
5
github.com/arduino/go-properties-orderedmap v1.8.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
6
6
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -24,6 +24,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
24
24
github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
25
25
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
26
26
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
27
+ golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
28
+ golang.org/x/sys v0.32.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
27
29
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
28
30
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
29
31
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments