go-nativenotify

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

go.mod (428B)


      1 module git.sr.ht/~jackmordaunt/go-nativenotify
      2 
      3 go 1.23.4
      4 
      5 require (
      6 	git.sr.ht/~jackmordaunt/go-notify-darwin v0.0.0-20250116010207-33951df68cd5
      7 	git.sr.ht/~jackmordaunt/go-toast/v2 v2.0.3
      8 	git.sr.ht/~whereswaldon/shout v0.0.0-20241212204820-26acea6b0007
      9 	github.com/godbus/dbus/v5 v5.1.0
     10 )
     11 
     12 require (
     13 	github.com/go-ole/go-ole v1.3.0 // indirect
     14 	golang.org/x/image v0.23.0 // indirect
     15 	golang.org/x/sys v0.29.0 // indirect
     16 )