aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..f27e9e3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module dim13.org/elegoo
+
+require (
+ github.com/dim13/cobs v0.0.0-20170908221132-8b920b3e3367
+ github.com/golang/protobuf v1.2.0
+ github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
+ golang.org/x/sys v0.0.0-20180907202204-917fdcba135d // indirect
+)