forked from samwho/streamdeck
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (21 loc) · 775 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
24
module github.com/FlowingSPDG/streamdeck
go 1.19
require (
github.com/c-bata/go-prompt v0.2.6
github.com/olahol/melody v1.1.1
github.com/shirou/gopsutil v3.20.12+incompatible
golang.org/x/sync v0.1.0
nhooyr.io/websocket v1.8.7
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.10.3 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
)