-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
23 lines (21 loc) · 898 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/arduino/iot-cloud-cli
go 1.15
require (
github.com/antihax/optional v1.0.0 // indirect
github.com/arduino/arduino-cli v0.0.0-20210607095659-16f41352eac3
github.com/arduino/go-paths-helper v1.6.0
github.com/arduino/iot-client-go v1.3.4-0.20210824101852-4a44149473c1
github.com/howeyc/crc16 v0.0.0-20171223171357-2b2a61e366a6
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
go.bug.st/serial v1.3.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210504143626-3b2ad6ccc450 // indirect
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1 // indirect
)