mirror of
https://github.com/onyx-and-iris/voicemeeter.git
synced 2026-04-18 05:23:31 +00:00
now using testify/assert
added helper_test dependencies updated in go.mod file
This commit is contained in:
11
go.mod
11
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user