2022-09-22 22:55:08 +01:00
|
|
|
module github.com/onyx-and-iris/voicemeeter
|
2022-06-22 20:51:25 +01:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
2022-09-22 22:55:08 +01:00
|
|
|
// package files moved into root of repository
|
|
|
|
retract [v1.0.0, v1.1.0]
|
2022-07-10 23:08:14 +01:00
|
|
|
|
2022-06-25 01:03:08 +01:00
|
|
|
require (
|
2022-09-29 18:02:11 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-07-09 19:01:58 +01:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-09-29 18:02:11 +01:00
|
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
|
2022-06-25 01:03:08 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
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
|
|
|
|
)
|