Skip to content

Commit d4fd8a8

Browse files
committed
fix CI failing
1 parent b9b94dd commit d4fd8a8

File tree

7 files changed

+1703
-360
lines changed

7 files changed

+1703
-360
lines changed

arduino/discovery/discovery_client/go.sum

+423-87
Large diffs are not rendered by default.

client_example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ replace github.com/arduino/arduino-cli => ../
66

77
require (
88
github.com/arduino/arduino-cli v0.0.0-20200109150215-ffa84fdaab21
9-
google.golang.org/grpc v1.37.0
9+
google.golang.org/grpc v1.38.0
1010
)

client_example/go.sum

+421-85
Large diffs are not rendered by default.

commands/daemon/term_example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ replace github.com/arduino/arduino-cli => ../../..
66

77
require (
88
github.com/arduino/arduino-cli v0.0.0-20200109150215-ffa84fdaab21
9-
google.golang.org/grpc v1.37.0
9+
google.golang.org/grpc v1.38.0
1010
google.golang.org/protobuf v1.26.0
1111
)

commands/daemon/term_example/go.sum

+421-85
Large diffs are not rendered by default.

docsgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ replace github.com/arduino/arduino-cli => ../
77

88
require (
99
github.com/arduino/arduino-cli v0.0.0
10-
github.com/spf13/cobra v1.0.1-0.20200710201246-675ae5f5a98c
10+
github.com/spf13/cobra v1.2.1
1111
)

docsgen/go.sum

+435-100
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)