diff --git a/go.mod b/go.mod index 040bba7..fa371f9 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.26.4 require ( github.com/go-widgets/toolkit v0.300.0 - github.com/go-widgets/tray v0.7.2 + github.com/go-widgets/tray v0.8.0 github.com/go-widgets/window v0.64.0 ) @@ -22,7 +22,7 @@ require ( github.com/go-icons/iconoir v0.2.0 // indirect github.com/go-images/images v0.0.0-20260830151046-7e8189dc2288 // indirect github.com/go-macos/appkit v0.1.0 // indirect - github.com/go-macos/objc v0.7.0 // indirect + github.com/go-macos/objc v0.9.1 // indirect github.com/go-mswin/win32 v0.4.0 // indirect github.com/go-opentype/fonts v0.9.0 // indirect github.com/go-opentype/opentype v0.12.0 // indirect diff --git a/go.sum b/go.sum index 53de9d8..ecf7cc8 100644 --- a/go.sum +++ b/go.sum @@ -40,6 +40,8 @@ github.com/go-macos/appkit v0.1.0 h1:z7ynfc6fA9DpEzEMhqADgAo2zmHfSpEARqcWh2IUgTM github.com/go-macos/appkit v0.1.0/go.mod h1:WIn5c/9dGRaYE/NP4BPiYFdtq4IAy/TgN8FMzxzE7wU= github.com/go-macos/objc v0.7.0 h1:uu879AhALfe99XtfrjHBNmKz14Y8fxL8oJTOiTr4VPY= github.com/go-macos/objc v0.7.0/go.mod h1:00GJyieLzPcb65rPLVWNPPUCVm79nmmiEXUDsslRpOs= +github.com/go-macos/objc v0.9.1 h1:GGBoj8aMijBCYNPjGAYS4neeA3lWa8/JEIF1K5GswDo= +github.com/go-macos/objc v0.9.1/go.mod h1:00GJyieLzPcb65rPLVWNPPUCVm79nmmiEXUDsslRpOs= github.com/go-macos/virtualdisplay v0.1.0 h1:mZll/h6+PVn+mNTDH17D7G5lXV5HPxlmJU9NKXJcR7c= github.com/go-macos/virtualdisplay v0.1.0/go.mod h1:SdD/x985/SWSqyARACyLX6F3xTD5dyFk/kWAT++RhyY= github.com/go-mswin/win32 v0.4.0 h1:0JAvm3XNMxOyfYX1anbtAqxNvxvUA0DZ1SyAUinhMa0= @@ -72,6 +74,8 @@ github.com/go-widgets/toolkit v0.300.0 h1:vyQ6oN/XsfUPo/WYzrjD5AIFPEj1X1OVaJd7yi github.com/go-widgets/toolkit v0.300.0/go.mod h1:5G/reoXwETtl6LJGB56471Sqv6keCIYVkhx/bvFPB+g= 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/tray v0.8.0 h1:8/86f5NeAEBG/9dEEuKvCpyO3SViHb9tQLGMZ9+AQ60= +github.com/go-widgets/tray v0.8.0/go.mod h1:N85EGfHbMo1SxX6BH1tlnOJpIP26MP7rKemLNVtcDf8= 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=