voicemeeter/go.mod
onyx-and-iris 0d06098af8 now using logrus package
logrus added to go.mod
2022-09-29 18:02:11 +01:00

19 lines
410 B
Modula-2

module github.com/onyx-and-iris/voicemeeter
go 1.18
// package files moved into root of repository
retract [v1.0.0, v1.1.0]
require (
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
)
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
)