aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2021-09-28 16:27:57 +0200
committerlawl <github@dumbinter.net>2021-09-28 16:27:57 +0200
commit4aca9e658874f8c72fff3a03039de40e294d1822 (patch)
tree8ff38c95aba73158ddd266cd1f7d700e19b304f4 /go.mod
parent15b8caf2ad8aef17d17b75cb8ddb1bc75c54a1a3 (diff)
downloadnoisetorch-4aca9e658874f8c72fff3a03039de40e294d1822.tar.gz
noisetorch-4aca9e658874f8c72fff3a03039de40e294d1822.zip
Pulseaudio: Don't crash on receiving longer-than-expected string message
See: https://github.com/lawl/pulseaudio/commit/ed754c0c6618ee6320b27be07b73231fb98802ff Closes #178
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7564c2b..282a8ac 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046
github.com/aarzilli/nucular v0.0.0-20200615134801-81910c722bba
- github.com/lawl/pulseaudio v0.0.0-20210604102109-cb2596d6a8ef
+ github.com/lawl/pulseaudio v0.0.0-20210928141934-ed754c0c6618
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
)