Skip to content

Commit 07cc9cc

Browse files
committed
Fixed lirbary-detection-cache-miss regression.
This update will pick the followin fix in arduino-cli: arduino/arduino-cli#433
1 parent 44d01a6 commit 07cc9cc

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-20190926170006-4c32595f712e
6+
github.com/arduino/arduino-cli v0.0.0-20191002075548-cc737536689a
77
github.com/arduino/go-paths-helper v1.0.1
88
github.com/arduino/go-properties-orderedmap v0.0.0-20190828172252-05018b28ff6c
99
github.com/go-errors/errors v1.0.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4-
github.com/arduino/arduino-cli v0.0.0-20190926170006-4c32595f712e h1:aZ+eXkNdRlPzUPUVKZO0vWD1PjCdGk/x3Jz4amo7YwY=
5-
github.com/arduino/arduino-cli v0.0.0-20190926170006-4c32595f712e/go.mod h1:qXuYrcQ+SLQhjqqQSmjYI3ir2blnjhSS0bhv3W6NXCo=
4+
github.com/arduino/arduino-cli v0.0.0-20191002075548-cc737536689a h1:1qp4ZfXlSBsR5EPZ07hGoXbW/DVppQHuI12t53bu/Fc=
5+
github.com/arduino/arduino-cli v0.0.0-20191002075548-cc737536689a/go.mod h1:qXuYrcQ+SLQhjqqQSmjYI3ir2blnjhSS0bhv3W6NXCo=
66
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c h1:agh2JT96G8egU7FEb13L4dq3fnCN7lxXhJ86t69+W7s=
77
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
88
github.com/arduino/go-paths-helper v1.0.1 h1:utYXLM2RfFlc9qp/MJTIYp3t6ux/xM6mWjeEb/WLK4Q=

0 commit comments

Comments
 (0)