-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
go.mod
19 lines (17 loc) · 703 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/puhitaku/mtplvcap
go 1.14
require (
github.com/google/gousb v2.1.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/hanwen/usb v0.0.0-20141217151552-69aee4530ac7
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/paulbellamy/ratecounter v0.2.0
github.com/sirupsen/logrus v1.6.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.uber.org/atomic v1.6.0
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
)