We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e18db2 commit b714608Copy full SHA for b714608
commands/daemon/term_example/go.mod
@@ -0,0 +1,11 @@
1
+module github.com/arduino/arduino-cli/term_example
2
+
3
+go 1.16
4
5
+replace github.com/arduino/arduino-cli => ../../..
6
7
+require (
8
+ github.com/arduino/arduino-cli v0.0.0-20200109150215-ffa84fdaab21
9
+ google.golang.org/grpc v1.27.0
10
+ google.golang.org/protobuf v1.25.0
11
+)
0 commit comments