go-nativenotify

Native notifications in Go
Log | Files | Refs | README | LICENSE

go.mod (903B)


      1 module git.sr.ht/~jackmordaunt/go-nativenotify/cmd/notify
      2 
      3 go 1.23.4
      4 
      5 replace git.sr.ht/~jackmordaunt/go-nativenotify => ../../
      6 
      7 require (
      8 	gioui.org v0.8.0
      9 	git.sr.ht/~jackmordaunt/go-nativenotify v0.0.0-00010101000000-000000000000
     10 )
     11 
     12 require (
     13 	gioui.org/shader v1.0.8 // indirect
     14 	git.sr.ht/~jackmordaunt/go-notify-darwin v0.0.0-20250116010207-33951df68cd5 // indirect
     15 	git.sr.ht/~jackmordaunt/go-toast/v2 v2.0.1 // indirect
     16 	git.sr.ht/~whereswaldon/shout v0.0.0-20241212204820-26acea6b0007 // indirect
     17 	github.com/go-ole/go-ole v1.3.0 // indirect
     18 	github.com/go-text/typesetting v0.2.1 // indirect
     19 	github.com/godbus/dbus/v5 v5.1.0 // indirect
     20 	golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
     21 	golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect
     22 	golang.org/x/image v0.23.0 // indirect
     23 	golang.org/x/sys v0.29.0 // indirect
     24 	golang.org/x/text v0.21.0 // indirect
     25 )