From 5a9702b9350953ac7ea2e58cec8b3fe12f5ca470 Mon Sep 17 00:00:00 2001 From: Matt Hallacy Date: Wed, 12 Jan 2022 22:14:09 +0000 Subject: [PATCH] Update to streamer 1.0.3, fixing audio issues with chromecast --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 3eb1f80..109af35 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -39,7 +39,7 @@ [[constraint]] name = "github.com/riltech/streamer" - version = "1.0.1" + version = "1.0.3" [[constraint]] name = "github.com/kelseyhightower/envconfig"