summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKevin Wallace <kevin@pentabarf.net>2026-04-25 02:32:32 -0700
committerKevin Wallace <kevin@pentabarf.net>2026-04-25 02:32:32 -0700
commit3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a (patch)
treef2d347f8b169cee4246aa7ae0568057674c6073a /go.mod
parentbeep when you press the button (diff)
orca ui replica wip
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 7 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2166508..7e7c8b6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,10 @@
module pm3.dev
-go 1.24.0
+go 1.25.0
-require golang.org/x/sys v0.41.0 // indirect
+require (
+ golang.org/x/image v0.39.0
+ golang.org/x/sys v0.43.0
+)
+
+require golang.org/x/text v0.36.0 // indirect