aboutsummaryrefslogtreecommitdiffstats
path: root/sw/cal/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-11-07 16:10:37 -0500
committerSam Anthony <sam@samanthony.xyz>2025-11-07 16:10:37 -0500
commit250c47a8e6dc1de1839f9717ec160ea7ec161105 (patch)
tree938d0768998d9e6cb793e470a063f71057834013 /sw/cal/go.mod
parent085c7bba8dce915f098e5cdc53c2003b6f89769a (diff)
downloadcan-gauge-interface-250c47a8e6dc1de1839f9717ec160ea7ec161105.zip
cal: parse dbc file
Diffstat (limited to 'sw/cal/go.mod')
-rw-r--r--sw/cal/go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/cal/go.mod b/sw/cal/go.mod
new file mode 100644
index 0000000..16cb63c
--- /dev/null
+++ b/sw/cal/go.mod
@@ -0,0 +1,14 @@
+module git.samanthony.xyz/can_gauge_interface/sw/cal
+
+go 1.25.3
+
+require (
+ github.com/google/go-cmp v0.6.0 // indirect
+ github.com/josharian/native v1.1.0 // indirect
+ github.com/mdlayher/netlink v1.7.2 // indirect
+ github.com/mdlayher/socket v0.4.1 // indirect
+ go.einride.tech/can v0.16.1 // indirect
+ golang.org/x/net v0.38.0 // indirect
+ golang.org/x/sync v0.11.0 // indirect
+ golang.org/x/sys v0.31.0 // indirect
+)