File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
arduino-lint/go/github.com/arduino
docsgen/go/github.com/arduino
ruledocsgen/go/github.com/arduino Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-paths-helper
3- version : v1.9.1
3+ version : v1.9.2
44type : go
55summary :
66homepage : https://pkg.go.dev/github.com/arduino/go-paths-helper
Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-paths-helper
3- version : v1.9.1
3+ version : v1.9.2
44type : go
55summary :
66homepage : https://pkg.go.dev/github.com/arduino/go-paths-helper
Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-paths-helper
3- version : v1.9.1
3+ version : v1.9.2
44type : go
55summary :
66homepage : https://pkg.go.dev/github.com/arduino/go-paths-helper
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
2020 github.com/acomagu/bufpipe v1.0.4 // indirect
2121 github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63 // indirect
22- github.com/arduino/go-paths-helper v1.9.1 // indirect
22+ github.com/arduino/go-paths-helper v1.9.2 // indirect
2323 github.com/arduino/go-properties-orderedmap v1.7.2 // indirect
2424 github.com/cespare/xxhash v1.1.0 // indirect
2525 github.com/client9/misspell v0.3.4 // indirect
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:
6060github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
6161github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
6262github.com/arduino/go-paths-helper v1.3.2 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
63- github.com/arduino/go-paths-helper v1.9.1 h1:qpK+zMMjsklSBQa09/P5FZ/uf3LyjVmJK3DLeyiGjCc =
64- github.com/arduino/go-paths-helper v1.9.1 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
63+ github.com/arduino/go-paths-helper v1.9.2 h1:omR8DPTL4nbUCWfGey5D+e3WvWfA2zEgoM6ZBRNt7ls =
64+ github.com/arduino/go-paths-helper v1.9.2 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
6565github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
6666github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
6767github.com/arduino/go-properties-orderedmap v1.7.2 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1
88
99require (
1010 github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63
11- github.com/arduino/go-paths-helper v1.9.1
11+ github.com/arduino/go-paths-helper v1.9.2
1212 github.com/arduino/go-properties-orderedmap v1.7.2
1313 github.com/client9/misspell v0.3.4
1414 github.com/go-git/go-git/v5 v5.7.0
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:
6161github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
6262github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
6363github.com/arduino/go-paths-helper v1.3.2 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
64- github.com/arduino/go-paths-helper v1.9.1 h1:qpK+zMMjsklSBQa09/P5FZ/uf3LyjVmJK3DLeyiGjCc =
65- github.com/arduino/go-paths-helper v1.9.1 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
64+ github.com/arduino/go-paths-helper v1.9.2 h1:omR8DPTL4nbUCWfGey5D+e3WvWfA2zEgoM6ZBRNt7ls =
65+ github.com/arduino/go-paths-helper v1.9.2 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
6666github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
6767github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
6868github.com/arduino/go-properties-orderedmap v1.7.2 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0.
99require (
1010 github.com/JohannesKaufmann/html-to-markdown v1.4.0
1111 github.com/arduino/arduino-lint v0.0.0
12- github.com/arduino/go-paths-helper v1.9.1
12+ github.com/arduino/go-paths-helper v1.9.2
1313 github.com/olekukonko/tablewriter v0.0.5
1414 github.com/stretchr/testify v1.8.2
1515)
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:
6464github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
6565github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
6666github.com/arduino/go-paths-helper v1.3.2 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
67- github.com/arduino/go-paths-helper v1.9.1 h1:qpK+zMMjsklSBQa09/P5FZ/uf3LyjVmJK3DLeyiGjCc =
68- github.com/arduino/go-paths-helper v1.9.1 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
67+ github.com/arduino/go-paths-helper v1.9.2 h1:omR8DPTL4nbUCWfGey5D+e3WvWfA2zEgoM6ZBRNt7ls =
68+ github.com/arduino/go-paths-helper v1.9.2 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
6969github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
7070github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
7171github.com/arduino/go-properties-orderedmap v1.7.2 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
You can’t perform that action at this time.
0 commit comments