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-properties-orderedmap
3- version : v1.7.1
3+ version : v1.7.2
44type : go
55summary : Package properties is a library for handling maps of hierarchical properties.
66homepage : https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-properties-orderedmap
3- version : v1.7.1
3+ version : v1.7.2
44type : go
55summary : Package properties is a library for handling maps of hierarchical properties.
66homepage : https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-properties-orderedmap
3- version : v1.7.1
3+ version : v1.7.2
44type : go
55summary : Package properties is a library for handling maps of hierarchical properties.
66homepage : https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
2020 github.com/acomagu/bufpipe v1.0.3 // indirect
2121 github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63 // indirect
2222 github.com/arduino/go-paths-helper v1.8.0 // indirect
23- github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
23+ 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
2626 github.com/cmaglie/go.rice v1.0.3 // indirect
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/arduino/go-paths-helper v1.3.2/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3
6464github.com/arduino/go-paths-helper v1.8.0 h1:BfA1bq1XktnlqwfUDCoKbUqB3YFPe6X7szPSZj6Rdpk =
6565github.com/arduino/go-paths-helper v1.8.0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
6666github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
67- github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkrvgiVSY5Oq3JSEfOR4 =
68- github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
67+ github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
68+ github.com/arduino/go-properties-orderedmap v1.7.2 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
6969github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
7070github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b h1:3PjgYG5gVPA7cipp7vIR2lF96KkEJIFBJ+ANnuv6J20 =
7171github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b /go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8 =
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1
99require (
1010 github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63
1111 github.com/arduino/go-paths-helper v1.8.0
12- github.com/arduino/go-properties-orderedmap v1.7.1
12+ 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.4.2
1515 github.com/olekukonko/tablewriter v0.0.5
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/arduino/go-paths-helper v1.3.2/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3
6666github.com/arduino/go-paths-helper v1.8.0 h1:BfA1bq1XktnlqwfUDCoKbUqB3YFPe6X7szPSZj6Rdpk =
6767github.com/arduino/go-paths-helper v1.8.0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
6868github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
69- github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkrvgiVSY5Oq3JSEfOR4 =
70- github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
69+ github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
70+ github.com/arduino/go-properties-orderedmap v1.7.2 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
7171github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
7272github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b h1:3PjgYG5gVPA7cipp7vIR2lF96KkEJIFBJ+ANnuv6J20 =
7373github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b /go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8 =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
2020 github.com/acomagu/bufpipe v1.0.3 // indirect
2121 github.com/arduino/arduino-cli v0.0.0-20201210103408-bf7a3194bb63 // indirect
22- github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
22+ github.com/arduino/go-properties-orderedmap v1.7.2 // indirect
2323 github.com/cespare/xxhash v1.1.0 // indirect
2424 github.com/client9/misspell v0.3.4 // indirect
2525 github.com/cmaglie/go.rice v1.0.3 // indirect
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ github.com/arduino/go-paths-helper v1.3.2/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3
6868github.com/arduino/go-paths-helper v1.8.0 h1:BfA1bq1XktnlqwfUDCoKbUqB3YFPe6X7szPSZj6Rdpk =
6969github.com/arduino/go-paths-helper v1.8.0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
7070github.com/arduino/go-properties-orderedmap v1.3.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
71- github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkrvgiVSY5Oq3JSEfOR4 =
72- github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
71+ github.com/arduino/go-properties-orderedmap v1.7.2 h1:WwVEtlbwYmESUnOuKVm4rwJg3NHrQ/wVSbtkk4z62SY =
72+ github.com/arduino/go-properties-orderedmap v1.7.2 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
7373github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
7474github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b h1:3PjgYG5gVPA7cipp7vIR2lF96KkEJIFBJ+ANnuv6J20 =
7575github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b /go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8 =
You can’t perform that action at this time.
0 commit comments