From 64d123cfa57dccb1b625f0578426583f0fc33bbd Mon Sep 17 00:00:00 2001 From: wilsonch Date: Mon, 10 Dec 2018 21:26:44 +1100 Subject: [PATCH 1/3] Removed non-existing repo --- commands/board/attach.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/board/attach.go b/commands/board/attach.go index 9f7e5516358..5bac9d721cd 100644 --- a/commands/board/attach.go +++ b/commands/board/attach.go @@ -30,7 +30,6 @@ import ( "github.com/arduino/arduino-cli/common/formatter" discovery "github.com/arduino/board-discovery" paths "github.com/arduino/go-paths-helper" - "github.com/bcmi-labs/arduino-modules/sketches" "github.com/sirupsen/logrus" "github.com/spf13/cobra" ) From c05ebe777312770cf8e3544fb35b73a226eb099d Mon Sep 17 00:00:00 2001 From: wilsonch Date: Mon, 10 Dec 2018 21:28:40 +1100 Subject: [PATCH 2/3] Removed non-existing repo --- arduino/sketches/sketches.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/arduino/sketches/sketches.go b/arduino/sketches/sketches.go index 12eea285ab9..15aa001c9bc 100644 --- a/arduino/sketches/sketches.go +++ b/arduino/sketches/sketches.go @@ -19,8 +19,6 @@ package sketches import ( "github.com/arduino/go-paths-helper" - - "github.com/bcmi-labs/arduino-modules/sketches" ) // SketchBook is a sketchbook From a81bf439613f8b93fcbacc6eebd0b6b43c32a7c7 Mon Sep 17 00:00:00 2001 From: wilsonch Date: Mon, 10 Dec 2018 21:30:51 +1100 Subject: [PATCH 3/3] Removed non-existing repo --- commands/commands.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/commands.go b/commands/commands.go index e96cb10059e..be35659e03e 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -28,7 +28,6 @@ import ( "github.com/arduino/arduino-cli/arduino/libraries/librariesmanager" "github.com/arduino/arduino-cli/arduino/sketches" "github.com/arduino/arduino-cli/configs" - sk "github.com/bcmi-labs/arduino-modules/sketches" "github.com/arduino/arduino-cli/arduino/cores/packagemanager" "github.com/arduino/arduino-cli/common/formatter"