-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 675 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/65535/xto17
go 1.13
require (
github.com/go-vgo/robotgo v0.0.0-20200414175640-c7ce55023a6e // indirect
github.com/gomidi/midi v1.6.2 // indirect
github.com/pkg/errors v0.9.1
github.com/rakyll/portmidi v0.0.0-20191102002215-74e95e8bc9b1
github.com/robotn/gohook v0.0.0-20200411172114-146f7aeeb5e8 // indirect
github.com/shirou/gopsutil v2.20.3+incompatible // indirect
github.com/vcaesar/gops v0.0.0-20200414162221-c22fcf31d11e // indirect
github.com/vcaesar/imgo v0.0.0-20200405175324-e6a1d5a9a558 // indirect
github.com/vcaesar/tt v0.0.0-20200413173740-6220b2b5f8ff // indirect
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
)