We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dfa27 commit 545d165Copy full SHA for 545d165
go.mod
@@ -3,6 +3,7 @@ module github.com/arduino/iot-cloud-cli
3
go 1.15
4
5
require (
6
+ github.com/antihax/optional v1.0.0 // indirect
7
github.com/arduino/arduino-cli v0.0.0-20210607095659-16f41352eac3
8
github.com/arduino/go-paths-helper v1.6.0
9
github.com/arduino/iot-client-go v1.3.4-0.20210824101852-4a44149473c1
internal/iot/client.go
@@ -5,6 +5,7 @@ import (
"encoding/json"
"fmt"
+ "github.com/antihax/optional"
iotclient "github.com/arduino/iot-client-go"
10
)
11
0 commit comments