voicemeeter/go.mod
onyx-and-iris e868bf2ef0 now using testify/assert
added helper_test

dependencies updated in go.mod file
2022-06-25 01:03:08 +01:00

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
)