-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
47 lines (44 loc) · 1.85 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/Red-M/ReeeMiks
go 1.23
require (
fyne.io/systray v1.10.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gen2brain/beeep v0.0.0-20200420150314-13046a26d502
github.com/go-ole/go-ole v1.2.4
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/jfreymuth/pulse v0.0.0-20200608153616-84b2d752b9d4
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4
github.com/micmonay/keybd_event v1.1.1
github.com/mitchellh/go-ps v1.0.0
github.com/moutend/go-wca v0.1.2-0.20190422112502-0fa027b3d89a
github.com/spf13/viper v1.7.1
github.com/sstallion/go-hid v0.14.1
github.com/thoas/go-funk v0.7.0
go.uber.org/zap v1.15.0
)
require (
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/spf13/afero v1.1.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/jwalterweatherman v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/tevino/abool v1.2.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.51.0 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)