File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed
Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 88
99 rpc "github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1"
1010 "github.com/arduino/arduino-cli/rpc/cc/arduino/cli/settings/v1"
11- "github.com/bcmi-labs /iot-cloud-cli/arduino"
11+ "github.com/arduino /iot-cloud-cli/arduino"
1212 "google.golang.org/grpc"
1313)
1414
Original file line number Diff line number Diff line change 66
77 "github.com/arduino/arduino-cli/cli/feedback"
88 paths "github.com/arduino/go-paths-helper"
9- "github.com/bcmi-labs /iot-cloud-cli/command/config"
9+ "github.com/arduino /iot-cloud-cli/command/config"
1010 "github.com/spf13/cobra"
1111 "github.com/spf13/viper"
1212)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package device
33import (
44 "fmt"
55
6- "github.com/bcmi-labs /iot-cloud-cli/command/device"
6+ "github.com/arduino /iot-cloud-cli/command/device"
77 "github.com/spf13/cobra"
88)
99
Original file line number Diff line number Diff line change 11package ping
22
33import (
4- "github.com/bcmi-labs /iot-cloud-cli/command/ping"
4+ "github.com/arduino /iot-cloud-cli/command/ping"
55 "github.com/spf13/cobra"
66)
77
Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/bcmi-labs /iot-cloud-cli/cli/config"
8- "github.com/bcmi-labs /iot-cloud-cli/cli/device"
9- "github.com/bcmi-labs /iot-cloud-cli/cli/ping"
7+ "github.com/arduino /iot-cloud-cli/cli/config"
8+ "github.com/arduino /iot-cloud-cli/cli/device"
9+ "github.com/arduino /iot-cloud-cli/cli/ping"
1010 "github.com/spf13/cobra"
1111)
1212
Original file line number Diff line number Diff line change 66 "strings"
77
88 rpc "github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1"
9- "github.com/bcmi-labs /iot-cloud-cli/arduino/grpc"
10- "github.com/bcmi-labs /iot-cloud-cli/internal/config"
11- "github.com/bcmi-labs /iot-cloud-cli/internal/iot"
9+ "github.com/arduino /iot-cloud-cli/arduino/grpc"
10+ "github.com/arduino /iot-cloud-cli/internal/config"
11+ "github.com/arduino /iot-cloud-cli/internal/iot"
1212)
1313
1414// CreateParams contains the paramters needed
Original file line number Diff line number Diff line change 99 "strings"
1010 "time"
1111
12- "github.com/bcmi-labs /iot-cloud-cli/arduino"
13- "github.com/bcmi-labs /iot-cloud-cli/internal/iot"
14- "github.com/bcmi-labs /iot-cloud-cli/internal/serial"
12+ "github.com/arduino /iot-cloud-cli/arduino"
13+ "github.com/arduino /iot-cloud-cli/internal/iot"
14+ "github.com/arduino /iot-cloud-cli/internal/serial"
1515)
1616
1717type provision struct {
Original file line number Diff line number Diff line change 99 "syscall"
1010 "time"
1111
12- "github.com/bcmi-labs /iot-cloud-cli/internal/mqtt"
13- "github.com/bcmi-labs /iot-cloud-cli/internal/properties"
12+ "github.com/arduino /iot-cloud-cli/internal/mqtt"
13+ "github.com/arduino /iot-cloud-cli/internal/properties"
1414 paho "github.com/eclipse/paho.mqtt.golang"
1515)
1616
Original file line number Diff line number Diff line change 1- module github.com/bcmi-labs /iot-cloud-cli
1+ module github.com/arduino /iot-cloud-cli
22
33go 1.15
44
Original file line number Diff line number Diff line change 44 "bytes"
55 "testing"
66
7- "github.com/bcmi-labs /iot-cloud-cli/internal/serial/mocks"
7+ "github.com/arduino /iot-cloud-cli/internal/serial/mocks"
88 "github.com/stretchr/testify/mock"
99)
1010
You can’t perform that action at this time.
0 commit comments