-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1015 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 1015 Bytes
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
module github.com/gethiox/HIDI
go 1.18
require (
github.com/amenzhinsky/go-memexec v0.6.0
github.com/fsnotify/fsnotify v1.5.1
github.com/holoplot/go-evdev v0.0.0-20220721205823-d31c64b9d636
github.com/kidoman/embd v0.0.0-20170508013040-d3d8c0c5c68d
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/pelletier/go-toml/v2 v2.0.3
github.com/realbucksavage/openrgb-go v0.0.0-20220821164356-dc79903db082
github.com/stretchr/testify v1.8.0
gitlab.com/gomidi/midi/v2 v2.0.23
go.uber.org/zap v1.21.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)