mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-16 01:50:50 +00:00
17 lines
425 B
Modula-2
17 lines
425 B
Modula-2
module main
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/andreykaipov/goobs v0.10.0
|
|
github.com/onyx-and-iris/voicemeeter-api-go v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/logutils v1.0.0 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
golang.org/x/sys v0.0.0-20220708085239-5a0f0661e09d // indirect
|
|
)
|