From 8339234df4e0bc162b5ddbc363c05b2800cc4401 Mon Sep 17 00:00:00 2001 From: ydajiang Date: Sat, 9 Aug 2025 11:25:44 +0800 Subject: [PATCH] chore: update audio-transcoder module to v0.2.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b3ba64f..1117e9a 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/lkmio/lkm require ( - github.com/lkmio/audio-transcoder v0.2.1 + github.com/lkmio/audio-transcoder v0.2.2 github.com/lkmio/avformat v0.0.2 github.com/lkmio/flv v0.0.3 github.com/lkmio/mpeg v0.0.4