File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
19
19
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
20
20
github.com/acomagu/bufpipe v1.0.4 // indirect
21
21
github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63 // indirect
22
- github.com/arduino/go-paths-helper v1.9.0 // indirect
22
+ github.com/arduino/go-paths-helper v1.9.1 // indirect
23
23
github.com/arduino/go-properties-orderedmap v1.7.2 // indirect
24
24
github.com/cespare/xxhash v1.1.0 // indirect
25
25
github.com/client9/misspell v0.3.4 // indirect
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:
62
62
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
63
63
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
64
64
github.com/arduino/go-paths-helper v1.3.2 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
65
- github.com/arduino/go-paths-helper v1.9.0 h1:IjWhDSF24n5bK/30NyApmzoVH9brWzc52KNPpBsRmMc =
66
- github.com/arduino/go-paths-helper v1.9.0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
65
+ github.com/arduino/go-paths-helper v1.9.1 h1:qpK+zMMjsklSBQa09/P5FZ/uf3LyjVmJK3DLeyiGjCc =
66
+ github.com/arduino/go-paths-helper v1.9.1 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
67
67
github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
68
68
github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
69
69
github.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.
9
9
require (
10
10
github.com/JohannesKaufmann/html-to-markdown v1.4.0
11
11
github.com/arduino/arduino-lint v0.0.0
12
- github.com/arduino/go-paths-helper v1.9.0
12
+ github.com/arduino/go-paths-helper v1.9.1
13
13
github.com/olekukonko/tablewriter v0.0.5
14
14
github.com/stretchr/testify v1.8.2
15
15
)
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:
66
66
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
67
67
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
68
68
github.com/arduino/go-paths-helper v1.3.2 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
69
- github.com/arduino/go-paths-helper v1.9.0 h1:IjWhDSF24n5bK/30NyApmzoVH9brWzc52KNPpBsRmMc =
70
- github.com/arduino/go-paths-helper v1.9.0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
69
+ github.com/arduino/go-paths-helper v1.9.1 h1:qpK+zMMjsklSBQa09/P5FZ/uf3LyjVmJK3DLeyiGjCc =
70
+ github.com/arduino/go-paths-helper v1.9.1 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
71
71
github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
72
72
github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
73
73
github.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