now using testify/assert

added helper_test

dependencies updated in go.mod file
This commit is contained in:
onyx-and-iris
2022-06-25 01:03:08 +01:00
parent 507a1c6b00
commit e868bf2ef0
4 changed files with 119 additions and 42 deletions

11
go.mod
View File

@@ -2,4 +2,13 @@ module github.com/onyx-and-iris/voicemeeter-api-go
go 1.18
require golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
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
)