Skip to content

Commit

Permalink
Imported hot-fix for library detection
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 14, 2021
1 parent f493dba commit 069a1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/arduino/arduino-builder
go 1.13

require (
github.com/arduino/arduino-cli v0.0.0-20210510134509-e64bd910f0f4
github.com/arduino/arduino-cli v0.0.0-20210514123546-d710b642ef79
github.com/arduino/go-paths-helper v1.5.0
github.com/arduino/go-properties-orderedmap v1.4.0
github.com/fsnotify/fsnotify v1.4.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuy
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
github.com/arduino/arduino-cli v0.0.0-20210510134509-e64bd910f0f4 h1:XcLczY8mPSJd5gt88tGXGL2dsrOybmfI6Hf/ChwCPQQ=
github.com/arduino/arduino-cli v0.0.0-20210510134509-e64bd910f0f4/go.mod h1:5dWroFPvaWuBNVuYMV0X8osqIhyUG5otRgJlRHN831E=
github.com/arduino/arduino-cli v0.0.0-20210514123546-d710b642ef79 h1:o3npiqCIUFTZ90vXAatV3QP9T/1pSepcTgB/4fynhBU=
github.com/arduino/arduino-cli v0.0.0-20210514123546-d710b642ef79/go.mod h1:5dWroFPvaWuBNVuYMV0X8osqIhyUG5otRgJlRHN831E=
github.com/arduino/board-discovery v0.0.0-20180823133458-1ba29327fb0c/go.mod h1:HK7SpkEax/3P+0w78iRQx1sz1vCDYYw9RXwHjQTB5i8=
github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
github.com/arduino/go-paths-helper v1.2.0/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck=
Expand Down

0 comments on commit 069a1c5

Please sign in to comment.