-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
33 lines (31 loc) · 1.37 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
module github.com/chinenual/synergize
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/asticode/go-astikit v0.29.1
github.com/asticode/go-astilectron v0.27.0
github.com/asticode/go-astilectron-bootstrap v0.4.14
github.com/chinenual/dnssd v1.1.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/hypebeast/go-osc v0.0.0-20200115085105-85fee7fed692
github.com/jacobsa/go-serial v0.0.0-20180131005756-15cf729a72d4
github.com/kr/pretty v0.1.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f
github.com/miekg/dns v1.1.31 // indirect
github.com/orcaman/writerseeker v0.0.0-20180723184025-774071c66cec
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/pkg/errors v0.9.1
github.com/sasha-s/go-deadlock v0.2.0
github.com/snksoft/crc v1.1.0
gitlab.com/gomidi/midi/v2 v2.0.2
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.3.0 // indirect
)