mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-16 01:50:50 +00:00
11 lines
224 B
Modula-2
11 lines
224 B
Modula-2
module main
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
|
|
github.com/onyx-and-iris/voicemeeter-api-go v1.7.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
|