add fs and notifications to stdlib
This commit is contained in:
parent
f858daff59
commit
20f413508f
7 changed files with 163 additions and 35 deletions
16
go.mod
16
go.mod
|
@ -2,4 +2,18 @@ module git.iwakura.rip/grng/tiramisu
|
|||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 // indirect
|
||||
require (
|
||||
git.sr.ht/~jackmordaunt/go-toast v1.1.2 // indirect
|
||||
github.com/electricbubble/go-toast v0.3.0 // indirect
|
||||
github.com/esiqveland/notify v0.13.3 // indirect
|
||||
github.com/gen2brain/beeep v0.11.1 // indirect
|
||||
github.com/go-ole/go-ole v1.3.0 // indirect
|
||||
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
||||
github.com/jackmordaunt/icns/v3 v3.0.1 // indirect
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
||||
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
|
||||
github.com/sergeymakinen/go-ico v1.0.0-beta.0 // indirect
|
||||
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
|
||||
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue