File tree Expand file tree Collapse file tree 18 files changed +75
-75
lines changed Expand file tree Collapse file tree 18 files changed +75
-75
lines changed Original file line number Diff line number Diff line change 18
18
package dashboard
19
19
20
20
import (
21
- iotclient "github.com/arduino/iot-client-go/v2 "
21
+ iotclient "github.com/arduino/iot-client-go/v3 "
22
22
)
23
23
24
24
// DashboardInfo contains the most interesting
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
"github.com/arduino/arduino-cloud-cli/arduino/cli"
27
27
"github.com/arduino/arduino-cloud-cli/config"
28
28
"github.com/arduino/arduino-cloud-cli/internal/iot"
29
- iotclient "github.com/arduino/iot-client-go/v2 "
29
+ iotclient "github.com/arduino/iot-client-go/v3 "
30
30
"github.com/sirupsen/logrus"
31
31
"go.bug.st/serial"
32
32
)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package device
19
19
20
20
import (
21
21
"github.com/arduino/arduino-cloud-cli/command/tag"
22
- iotclient "github.com/arduino/iot-client-go/v2 "
22
+ iotclient "github.com/arduino/iot-client-go/v3 "
23
23
)
24
24
25
25
// DeviceInfo contains the most interesting
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
"github.com/arduino/arduino-cloud-cli/internal/binary"
30
30
"github.com/arduino/arduino-cloud-cli/internal/serial"
31
31
"github.com/arduino/go-paths-helper"
32
- iotclient "github.com/arduino/iot-client-go/v2 "
32
+ iotclient "github.com/arduino/iot-client-go/v3 "
33
33
"github.com/sirupsen/logrus"
34
34
)
35
35
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
"github.com/arduino/arduino-cloud-cli/internal/ota"
32
32
otaapi "github.com/arduino/arduino-cloud-cli/internal/ota-api"
33
33
34
- iotclient "github.com/arduino/iot-client-go/v2 "
34
+ iotclient "github.com/arduino/iot-client-go/v3 "
35
35
)
36
36
37
37
const (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"testing"
26
26
27
27
otaapi "github.com/arduino/arduino-cloud-cli/internal/ota-api"
28
- iotclient "github.com/arduino/iot-client-go/v2 "
28
+ iotclient "github.com/arduino/iot-client-go/v3 "
29
29
"github.com/gofrs/uuid"
30
30
"github.com/stretchr/testify/assert"
31
31
)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
31
31
"github.com/arduino/arduino-cloud-cli/config"
32
32
"github.com/arduino/arduino-cloud-cli/internal/iot"
33
33
storageapi "github.com/arduino/arduino-cloud-cli/internal/storage-api"
34
- iotclient "github.com/arduino/iot-client-go/v2 "
34
+ iotclient "github.com/arduino/iot-client-go/v3 "
35
35
"github.com/gofrs/uuid"
36
36
"github.com/sirupsen/logrus"
37
37
)
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"github.com/arduino/arduino-cloud-cli/config"
24
24
25
25
"github.com/arduino/arduino-cloud-cli/internal/iot"
26
- iotclient "github.com/arduino/iot-client-go/v2 "
26
+ iotclient "github.com/arduino/iot-client-go/v3 "
27
27
)
28
28
29
29
// BindParams contains the parameters needed to
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package thing
19
19
20
20
import (
21
21
"github.com/arduino/arduino-cloud-cli/command/tag"
22
- iotclient "github.com/arduino/iot-client-go/v2 "
22
+ iotclient "github.com/arduino/iot-client-go/v3 "
23
23
)
24
24
25
25
// ThingInfo contains the main parameters of
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/arduino-cloud-cli
2
2
3
- go 1.23.0
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/arduino/arduino-cli v0.0.0-20240927141754-d9dd4ba1ed71
7
7
github.com/arduino/go-paths-helper v1.12.1
8
8
github.com/arduino/go-win32-utils v1.0.0
9
- github.com/arduino/iot-client-go/v2 v2 .0.3
9
+ github.com/arduino/iot-client-go/v3 v3 .0.0
10
10
github.com/gofrs/uuid v4.2.0+incompatible
11
11
github.com/google/go-cmp v0.6.0
12
12
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
@@ -19,7 +19,7 @@ require (
19
19
go.bug.st/cleanup v1.0.0
20
20
go.bug.st/serial v1.6.2
21
21
golang.org/x/crypto v0.18.0
22
- golang.org/x/oauth2 v0.21 .0
22
+ golang.org/x/oauth2 v0.23 .0
23
23
google.golang.org/grpc v1.61.0
24
24
gopkg.in/yaml.v3 v3.0.1
25
25
gotest.tools v2.2.0+incompatible
You can’t perform that action at this time.
0 commit comments