From 676bf73537346697ce0e0aeccefbf524f63aa956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:08:07 +0000 Subject: [PATCH] Update module github.com/pion/opus to v0.1.0 Generated by renovateBot --- examples/playback/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/playback/go.mod b/examples/playback/go.mod index 2be0295..6074518 100644 --- a/examples/playback/go.mod +++ b/examples/playback/go.mod @@ -1,10 +1,10 @@ module github.com/pion/opus/examples/playback -go 1.21 +go 1.24.0 require ( github.com/faiface/beep v1.1.0 - github.com/pion/opus v0.0.0 + github.com/pion/opus v0.1.0 ) require (