Skip to content

Commit 611bf6b

Browse files
committed
Updated go-paths-helper
1 parent 804136d commit 611bf6b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ go 1.12
44

55
replace github.com/arduino/arduino-cli => ../arduino-cli
66

7-
replace github.com/arduino/go-paths-helper => ../go-paths-helper
8-
97
require (
108
github.com/arduino/arduino-cli v0.0.0-20201201130510-05ce1509a4f1
11-
github.com/arduino/go-paths-helper v1.3.3
12-
github.com/arduino/go-properties-orderedmap v1.4.0
9+
github.com/arduino/go-paths-helper v1.4.0
1310
github.com/pkg/errors v0.9.1
1411
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
1512
github.com/stretchr/testify v1.6.1

Diff for: go.sum

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3
1414
github.com/arduino/go-paths-helper v1.2.0/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
1515
github.com/arduino/go-paths-helper v1.3.2 h1:5U9TSKQODiwSVgTxskC0PNl0l0Vf40GUlp99Zy2SK8w=
1616
github.com/arduino/go-paths-helper v1.3.2/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
17-
github.com/arduino/go-paths-helper v1.3.3 h1:r51Mix4GkYqiaF9IuRTtRE3Y/WFA0C47WwG/VZAkbcI=
18-
github.com/arduino/go-paths-helper v1.3.3/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
17+
github.com/arduino/go-paths-helper v1.4.0 h1:ilnseAdxmN1bFnLxxXHRtcdmt9jBf3O4jtYfWfqule4=
18+
github.com/arduino/go-paths-helper v1.4.0/go.mod h1:V82BWgAAp4IbmlybxQdk9Bpkz8M4Qyx+RAFKaG9NuvU=
19+
github.com/arduino/go-properties-orderedmap v1.3.0 h1:4No/vQopB36e7WUIk6H6TxiSEJPiMrVOCZylYmua39o=
1920
github.com/arduino/go-properties-orderedmap v1.3.0/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk=
20-
github.com/arduino/go-properties-orderedmap v1.4.0 h1:YEbbzPqm1gXWDM/Jaq8tlvmh09z2qeHPJTUw9/VA4Dk=
21-
github.com/arduino/go-properties-orderedmap v1.4.0/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk=
2221
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b/go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ=
2322
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b h1:3PjgYG5gVPA7cipp7vIR2lF96KkEJIFBJ+ANnuv6J20=
2423
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b/go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8=

0 commit comments

Comments
 (0)