-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
29 lines (25 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module {{AppPkg}}
go 1.18
require (
github.com/guark/guark v0.1.3
github.com/guark/plugins v0.0.0-20220731230528-dd3f3b63fc78
)
replace github.com/sqweek/dialog => github.com/sqweek/dialog v0.0.0-20220504154117-be45b268883a
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/adrg/xdg v0.4.0 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/gen2brain/beeep v0.0.0-20220518085355-d7852edf42fc // indirect
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/sqweek/dialog v0.0.0-20220729164723-0e168706f490 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/webview/webview v0.0.0-20220729131735-25e7f41b8bbf // indirect
github.com/zserge/lorca v0.1.10 // indirect
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)