aboutsummaryrefslogtreecommitdiffstats
path: root/sw/cal/go.mod
diff options
context:
space:
mode:
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
+)