aboutsummaryrefslogtreecommitdiffstats
path: root/sw/usbcom/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'sw/usbcom/go.mod')
-rw-r--r--sw/usbcom/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/usbcom/go.mod b/sw/usbcom/go.mod
new file mode 100644
index 0000000..1870f76
--- /dev/null
+++ b/sw/usbcom/go.mod
@@ -0,0 +1,8 @@
+module git.samanthony.xyz/can_gauge_interface/sw/usbcom
+
+go 1.24.6
+
+require (
+ github.com/google/gousb v1.1.3 // indirect
+ golang.org/x/sync v0.17.0 // indirect
+)