From 8b1ef0ce3a520d994ed73117069cc7a49fb75ca4 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 17 Sep 2025 09:09:05 -0400 Subject: usbcom go rewrite --- sw/usbcom/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sw/usbcom/go.mod (limited to 'sw/usbcom/go.mod') 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 +) -- cgit v1.2.3