From 348a59e00e78977cf95a8e753d1f9fb12c864faa Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Dec 2024 17:26:07 +0000 Subject: [PATCH] chore(deps): update go modules --- infra/utils/fbf/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/utils/fbf/go.mod b/infra/utils/fbf/go.mod index eeba993dbe5..a487a7915af 100644 --- a/infra/utils/fbf/go.mod +++ b/infra/utils/fbf/go.mod @@ -4,9 +4,9 @@ go 1.22 require ( github.com/briandowns/spinner v1.23.1 - github.com/jedib0t/go-pretty/v6 v6.6.3 + github.com/jedib0t/go-pretty/v6 v6.6.4 github.com/stretchr/testify v1.10.0 - google.golang.org/api v0.210.0 + google.golang.org/api v0.211.0 ) require (