-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (21 loc) · 889 Bytes
/
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
module github.com/j4rv/remotecontrol
go 1.12
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/gen2brain/shm v0.1.0 // indirect
github.com/go-vgo/robotgo v0.110.0
github.com/gorilla/websocket v1.5.1
github.com/jezek/xgb v1.1.1 // indirect
github.com/lufia/plan9stats v0.0.0-20231016141302-07b5767bb0ed // indirect
github.com/micmonay/keybd_event v1.1.2
github.com/otiai10/curr v1.0.0 // indirect
github.com/robotn/gohook v0.30.1 // indirect
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)