Skip to content

Commit cdbb680

Browse files
committed
Imported fixes from upstream arduino-cli
- Reduce priority for IDE-bundled platform releases arduino/arduino-cli#579 - Fixed wrong escaping on legacy MachineLogger arduino/arduino-cli#577
1 parent b730e09 commit cdbb680

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.12
44

55
require (
6-
github.com/arduino/arduino-cli v0.0.0-20200211113337-469b3395e511
6+
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9
77
github.com/arduino/go-paths-helper v1.0.1
88
github.com/arduino/go-properties-orderedmap v0.0.0-20191016140733-00365bfa6b40
99
github.com/go-errors/errors v1.0.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ bou.ke/monkey v1.0.1/go.mod h1:FgHuK96Rv2Nlf+0u1OOVDpCMdsWyOFmeeketDHE7LIg=
22
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
33
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
44
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
5-
github.com/arduino/arduino-cli v0.0.0-20200211113337-469b3395e511 h1:oa1lAmTQEGGGYZ5R+E1xqF+jo40lfFIKTbQHzSnLCy8=
6-
github.com/arduino/arduino-cli v0.0.0-20200211113337-469b3395e511/go.mod h1:+5mvmvT+f7sKtM9yOYBbKgmu55ENXCEPFtijdFaLdWs=
5+
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9 h1:/ZjNSCIpKEHK3ihgrMdzXCCjGqZZkzKmc9GvjfbGvjY=
6+
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9/go.mod h1:+5mvmvT+f7sKtM9yOYBbKgmu55ENXCEPFtijdFaLdWs=
77
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c h1:agh2JT96G8egU7FEb13L4dq3fnCN7lxXhJ86t69+W7s=
88
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
99
github.com/arduino/go-paths-helper v1.0.1 h1:utYXLM2RfFlc9qp/MJTIYp3t6ux/xM6mWjeEb/WLK4Q=

0 commit comments

Comments
 (0)