go-notify-darwin

Rich notifications on macOS for Go
Log | Files | Refs | README | LICENSE

go.mod (509B)


      1 module git.sr.ht/~jackmordaunt/go-notify-darwin/example
      2 
      3 go 1.23.4
      4 
      5 require gioui.org v0.7.1
      6 
      7 require (
      8 	gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
      9 	gioui.org/shader v1.0.8 // indirect
     10 	github.com/go-text/typesetting v0.1.1 // indirect
     11 	golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
     12 	golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect
     13 	golang.org/x/image v0.18.0 // indirect
     14 	golang.org/x/sys v0.22.0 // indirect
     15 	golang.org/x/text v0.16.0 // indirect
     16 )