From 5b4592f4841af65118d18c0af7eb6608eb59677a Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:25:23 +0100 Subject: [PATCH] upd dep ver for obs, hotkeys examples --- examples/hotkeys/go.mod | 2 +- examples/hotkeys/go.sum | 2 ++ examples/obs/go.mod | 2 +- examples/obs/go.sum | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/hotkeys/go.mod b/examples/hotkeys/go.mod index 86a581e..66258ee 100644 --- a/examples/hotkeys/go.mod +++ b/examples/hotkeys/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 - github.com/onyx-and-iris/voicemeeter v1.9.0 + github.com/onyx-and-iris/voicemeeter v1.10.0 github.com/sirupsen/logrus v1.9.0 ) diff --git a/examples/hotkeys/go.sum b/examples/hotkeys/go.sum index 2304381..49bdf06 100644 --- a/examples/hotkeys/go.sum +++ b/examples/hotkeys/go.sum @@ -5,6 +5,8 @@ github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 h1:XBBHcIb256gUJ github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203/go.mod h1:E1jcSv8FaEny+OP/5k9UxZVw9YFWGj7eI4KR/iOBqCg= github.com/onyx-and-iris/voicemeeter v1.9.0 h1:4LbPP9iUj/P6FPymYqyh94ysfdvOunex+i2wUDSDn6s= github.com/onyx-and-iris/voicemeeter v1.9.0/go.mod h1:bBWCYzL//4QmH4VL3TNpNIj9W89Oa+E6J5hgyt27mKg= +github.com/onyx-and-iris/voicemeeter v1.10.0 h1:FIavzL0p33c2fyzOCtuofFOCvIv+8DrL3jFMoTr5/io= +github.com/onyx-and-iris/voicemeeter v1.10.0/go.mod h1:LayUoN/MWSqKXSOGQ7AcLvwoefsL+zQ9CjncLs3WqsU= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= diff --git a/examples/obs/go.mod b/examples/obs/go.mod index 710a42d..68b4576 100644 --- a/examples/obs/go.mod +++ b/examples/obs/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/BurntSushi/toml v1.2.0 github.com/andreykaipov/goobs v0.10.0 - github.com/onyx-and-iris/voicemeeter v1.9.0 + github.com/onyx-and-iris/voicemeeter v1.10.0 github.com/sirupsen/logrus v1.9.0 ) diff --git a/examples/obs/go.sum b/examples/obs/go.sum index 3ddf49c..8b18752 100644 --- a/examples/obs/go.sum +++ b/examples/obs/go.sum @@ -15,6 +15,8 @@ github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d h1:VhgPp6v9qf9Agr/ github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d/go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U= github.com/onyx-and-iris/voicemeeter v1.9.0 h1:4LbPP9iUj/P6FPymYqyh94ysfdvOunex+i2wUDSDn6s= github.com/onyx-and-iris/voicemeeter v1.9.0/go.mod h1:bBWCYzL//4QmH4VL3TNpNIj9W89Oa+E6J5hgyt27mKg= +github.com/onyx-and-iris/voicemeeter v1.10.0 h1:FIavzL0p33c2fyzOCtuofFOCvIv+8DrL3jFMoTr5/io= +github.com/onyx-and-iris/voicemeeter v1.10.0/go.mod h1:LayUoN/MWSqKXSOGQ7AcLvwoefsL+zQ9CjncLs3WqsU= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=