diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-04-25 02:32:32 -0700 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-04-25 02:32:32 -0700 |
| commit | 3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a (patch) | |
| tree | f2d347f8b169cee4246aa7ae0568057674c6073a /go.mod | |
| parent | beep when you press the button (diff) | |
orca ui replica wip
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |