From 12094a3241555959d61e0d4c95e34207d41f62eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:12:18 +0000 Subject: [PATCH] Update module go.uber.org/fx to v1.22.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 220f7ff..b08e0d0 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/pion/rtp/v2 v2.0.0 github.com/pion/webrtc/v3 v3.2.14 go.uber.org/config v1.4.0 - go.uber.org/fx v1.20.0 + go.uber.org/fx v1.22.2 go.uber.org/zap v1.25.0 )