mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2024-11-15 17:40:51 +00:00
e868bf2ef0
added helper_test dependencies updated in go.mod file
15 lines
309 B
Modula-2
15 lines
309 B
Modula-2
module github.com/onyx-and-iris/voicemeeter-api-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.5
|
|
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|