Skip to content

Commit 545d165

Browse files
committed
Add optional
1 parent 18dfa27 commit 545d165

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/arduino/iot-cloud-cli
33
go 1.15
44

55
require (
6+
github.com/antihax/optional v1.0.0 // indirect
67
github.com/arduino/arduino-cli v0.0.0-20210607095659-16f41352eac3
78
github.com/arduino/go-paths-helper v1.6.0
89
github.com/arduino/iot-client-go v1.3.4-0.20210824101852-4a44149473c1

internal/iot/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"encoding/json"
66
"fmt"
77

8+
"github.com/antihax/optional"
89
iotclient "github.com/arduino/iot-client-go"
910
)
1011

0 commit comments

Comments
 (0)