mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-15 17:40:51 +00:00
19 lines
489 B
Modula-2
19 lines
489 B
Modula-2
module main
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.0
|
|
github.com/andreykaipov/goobs v0.10.0
|
|
github.com/onyx-and-iris/voicemeeter v1.10.1
|
|
github.com/sirupsen/logrus v1.9.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-20220715151400-c0bba94af5f8 // indirect
|
|
)
|