File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
.licenses/go/github.com/arduino
arduino/discovery/discovery_client Expand file tree Collapse file tree 8 files changed +11
-11
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.7 .0
3
+ version : v1.8 .0
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 @@ -11,7 +11,7 @@ require (
11
11
)
12
12
13
13
require (
14
- github.com/arduino/go-paths-helper v1.7 .0 // indirect
14
+ github.com/arduino/go-paths-helper v1.8 .0 // indirect
15
15
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
16
16
github.com/golang/protobuf v1.5.2 // indirect
17
17
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
44
44
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
45
45
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
46
46
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
47
- github.com/arduino/go-paths-helper v1.7 .0 h1:S9l5BP2aogz1CgyqqnncXt0PLpK4yvwOW/wu/LaR3tc =
48
- github.com/arduino/go-paths-helper v1.7 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
47
+ github.com/arduino/go-paths-helper v1.8 .0 h1:BfA1bq1XktnlqwfUDCoKbUqB3YFPe6X7szPSZj6Rdpk =
48
+ github.com/arduino/go-paths-helper v1.8 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
49
49
github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkrvgiVSY5Oq3JSEfOR4 =
50
50
github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
51
51
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
44
44
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
45
45
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
46
46
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
47
- github.com/arduino/go-paths-helper v1.7 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
47
+ github.com/arduino/go-paths-helper v1.8 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
48
48
github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
49
49
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
50
50
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b /go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8 =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
)
12
12
13
13
require (
14
- github.com/arduino/go-paths-helper v1.7 .0 // indirect
14
+ github.com/arduino/go-paths-helper v1.8 .0 // indirect
15
15
github.com/arduino/go-properties-orderedmap v1.7.1 // indirect
16
16
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b // indirect
17
17
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b // indirect
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
46
46
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
47
47
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
48
48
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
49
- github.com/arduino/go-paths-helper v1.7 .0 h1:S9l5BP2aogz1CgyqqnncXt0PLpK4yvwOW/wu/LaR3tc =
50
- github.com/arduino/go-paths-helper v1.7 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
49
+ github.com/arduino/go-paths-helper v1.8 .0 h1:BfA1bq1XktnlqwfUDCoKbUqB3YFPe6X7szPSZj6Rdpk =
50
+ github.com/arduino/go-paths-helper v1.8 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
51
51
github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkrvgiVSY5Oq3JSEfOR4 =
52
52
github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
53
53
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b h1:9hDi4F2st6dbLC3y4i02zFT5quS4X6iioWifGlVwfy4 =
Original file line number Diff line number Diff line change 6
6
replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1
7
7
8
8
require (
9
- github.com/arduino/go-paths-helper v1.7 .0
9
+ github.com/arduino/go-paths-helper v1.8 .0
10
10
github.com/arduino/go-properties-orderedmap v1.7.1
11
11
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b
12
12
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYU
46
46
github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
47
47
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
48
48
github.com/arduino/go-paths-helper v1.2.0 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
49
- github.com/arduino/go-paths-helper v1.7 .0 h1:S9l5BP2aogz1CgyqqnncXt0PLpK4yvwOW/wu/LaR3tc =
50
- github.com/arduino/go-paths-helper v1.7 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
49
+ github.com/arduino/go-paths-helper v1.8 .0 h1:BfA1bq1XktnlqwfUDCoKbUqB3YFPe6X7szPSZj6Rdpk =
50
+ github.com/arduino/go-paths-helper v1.8 .0 /go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU =
51
51
github.com/arduino/go-properties-orderedmap v1.7.1 h1:HQ9Pn/mk3+XyfrE39EEvaZwJkrvgiVSY5Oq3JSEfOR4 =
52
52
github.com/arduino/go-properties-orderedmap v1.7.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
53
53
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b h1:9hDi4F2st6dbLC3y4i02zFT5quS4X6iioWifGlVwfy4 =
You can’t perform that action at this time.
0 commit comments