go-toast

Send toast notifications in Windows
Log | Files | Refs | README | LICENSE

go.mod (124B)


      1 module git.sr.ht/~jackmordaunt/go-toast/v2
      2 
      3 go 1.20
      4 
      5 require (
      6 	github.com/go-ole/go-ole v1.3.0
      7 	golang.org/x/sys v0.15.0
      8 )