-
- Downloads
Desktop notifications
parent
0ede73f3
Branches Anne/Notifications
No related tags found
... | @@ -27,6 +27,9 @@ require ( | ... | @@ -27,6 +27,9 @@ require ( |
github.com/fsnotify/fsnotify v1.5.4 // indirect | github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/gdamore/tcell/v2 v2.4.0 // indirect | github.com/gdamore/tcell/v2 v2.4.0 // indirect | ||
github.com/gen2brain/beeep v0.0.0-20220909211152-5a9ec94374f6 // indirect | |||
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect | |||
github.com/godbus/dbus/v5 v5.1.0 // indirect | |||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect | github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | github.com/gorilla/websocket v1.5.0 // indirect | ||
... | @@ -41,6 +44,7 @@ require ( | ... | @@ -41,6 +44,7 @@ require ( |
github.com/mitchellh/go-homedir v1.1.0 // indirect | github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | |||
github.com/pelletier/go-toml v1.9.5 // indirect | github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.2 // indirect | github.com/pelletier/go-toml/v2 v2.0.2 // indirect | ||
github.com/pkg/profile v1.6.0 // indirect | github.com/pkg/profile v1.6.0 // indirect | ||
... | @@ -51,6 +55,7 @@ require ( | ... | @@ -51,6 +55,7 @@ require ( |
github.com/spf13/afero v1.9.2 // indirect | github.com/spf13/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | github.com/spf13/cast v1.5.0 // indirect | ||
github.com/subosito/gotenv v1.4.0 // indirect | github.com/subosito/gotenv v1.4.0 // indirect | ||
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect | |||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.2.1 // indirect | github.com/ttacon/libphonenumber v1.2.1 // indirect | ||
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
... | @@ -69,7 +74,7 @@ require ( | ... | @@ -69,7 +74,7 @@ require ( |
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect | golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect | ||
golang.org/x/mobile v0.0.0-20210716004757-34ab1303b554 // indirect | golang.org/x/mobile v0.0.0-20210716004757-34ab1303b554 // indirect | ||
golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect | golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c // indirect | ||
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect | golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect | ||
golang.org/x/text v0.3.7 // indirect | golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect | google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect | ||
... | ... |
icon.png
0 → 100644
4.02 KiB