Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.26.4
require (
github.com/go-widgets/toolkit v0.299.0
github.com/go-widgets/tray v0.7.2
github.com/go-widgets/window v0.59.0
github.com/go-widgets/window v0.64.0
)

require (
Expand All @@ -18,6 +18,7 @@ require (
github.com/go-crdt/crdt v0.35.0 // indirect
github.com/go-freedesktop/x11 v0.2.0 // indirect
github.com/go-gfx/gfx v0.19.0 // indirect
github.com/go-gtk/gtk4 v0.3.0 // indirect
github.com/go-icons/iconoir v0.2.0 // indirect
github.com/go-images/images v0.0.0-20260815210351-4a50ef5ab734 // indirect
github.com/go-macos/appkit v0.1.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/go-freedesktop/x11 v0.2.0 h1:qHvov5jn7GG4QxeealqRJVj72/MjR5qi2IXqyD7N
github.com/go-freedesktop/x11 v0.2.0/go.mod h1:a+Fma9oOlsagw0CJKe+VHYxIl5/PzPSmlCVaYCtUSYA=
github.com/go-gfx/gfx v0.19.0 h1:nA2Eg8Aq2kytR5Hrm/eQ6618w4vT0+Ao8BMZiuYh84c=
github.com/go-gfx/gfx v0.19.0/go.mod h1:VAK6hgCgkhT3j3ek2K7G8zDfkCPD3RCF45UbcRlCV8Q=
github.com/go-gtk/gtk4 v0.3.0 h1:GDlMkW5OapZLhmzaLps9qjt1v/hqxomxiJmLcahzQSo=
github.com/go-gtk/gtk4 v0.3.0/go.mod h1:+bpfPrc8PwsiQkZdNCL3LcOzj1KYgv8j2BvvL6P6Aqo=
github.com/go-icons/iconoir v0.2.0 h1:I5AnDEIPgYfawTmwzemDRJjlYCUbFHuS8GJXrjADhXc=
github.com/go-icons/iconoir v0.2.0/go.mod h1:Td/M2vy4xdVv4aOudAskV0nXR9Wv0MlhWvyRIzPBz5U=
github.com/go-images/images v0.0.0-20260815210351-4a50ef5ab734 h1:nU+MGeyJzidGvCtx+HLZgHKG9GpUUomkQvB5nXLRWoc=
Expand Down Expand Up @@ -56,6 +58,8 @@ github.com/go-widgets/tray v0.7.2 h1:9GnNPUCmgJ2Q9LXDBc0UrcaizAQOwFUMQVey4jHZNQo
github.com/go-widgets/tray v0.7.2/go.mod h1:A0Sb4PeLyO0F7Y5BgFFWH8WdKoIWNZcN4H5W+FY6CV8=
github.com/go-widgets/window v0.59.0 h1:GRPiAWGM7g0OJQCXkSiRdutvzxuMxw/sfkzqi6DDoQE=
github.com/go-widgets/window v0.59.0/go.mod h1:GsVJAlB8bWzzglIRuKgnQVF1XWIfshhqIgdFb6M2T3Y=
github.com/go-widgets/window v0.64.0 h1:d65yDR0f1FUthm+qDrRosz3M1a7DTgwV5NPXYATfoHs=
github.com/go-widgets/window v0.64.0/go.mod h1:+QY3dIvgfbwyk64/HRCqYf89M2TAesBUKp4iRWbRscE=
github.com/godbus/dbus/v5 v5.2.2 h1:TUR3TgtSVDmjiXOgAAyaZbYmIeP3DPkld3jgKGV8mXQ=
github.com/godbus/dbus/v5 v5.2.2/go.mod h1:3AAv2+hPq5rdnr5txxxRwiGjPXamgoIHgz9FPBfOp3c=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
Expand Down
Loading