Skip to content

Commit 70cfa56

Browse files
committed
Update to latest arduino-cli
1 parent d27b99f commit 70cfa56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/arduino/arduino-builder
33
go 1.13
44

55
require (
6-
github.com/arduino/arduino-cli v0.0.0-20210504144214-15e81eddb96a
6+
github.com/arduino/arduino-cli v0.0.0-20210510134509-e64bd910f0f4
77
github.com/arduino/go-paths-helper v1.5.0
88
github.com/arduino/go-properties-orderedmap v1.4.0
99
github.com/fsnotify/fsnotify v1.4.9

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy
1010
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
1111
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=
1212
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
13-
github.com/arduino/arduino-cli v0.0.0-20210504144214-15e81eddb96a h1:6oJTf8PGBnE9pBTUtoi17DfdqqlCtM7APecZJLjeBUc=
14-
github.com/arduino/arduino-cli v0.0.0-20210504144214-15e81eddb96a/go.mod h1:5dWroFPvaWuBNVuYMV0X8osqIhyUG5otRgJlRHN831E=
13+
github.com/arduino/arduino-cli v0.0.0-20210510134509-e64bd910f0f4 h1:XcLczY8mPSJd5gt88tGXGL2dsrOybmfI6Hf/ChwCPQQ=
14+
github.com/arduino/arduino-cli v0.0.0-20210510134509-e64bd910f0f4/go.mod h1:5dWroFPvaWuBNVuYMV0X8osqIhyUG5otRgJlRHN831E=
1515
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
1616
github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
1717
github.com/arduino/go-paths-helper v1.2.0/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=

0 commit comments

Comments
 (0)