From 1e37e21331a3820bca95322d38f514a9d264c989 Mon Sep 17 00:00:00 2001 From: windyboy Date: Tue, 6 Aug 2024 12:44:43 +0800 Subject: [PATCH] chore: Update go.mod dependencies to latest versions --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4b9f213..159bde9 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/spf13/viper v1.19.0 github.com/urfave/cli/v2 v2.27.3 go.uber.org/zap v1.27.0 - golang.org/x/oauth2 v0.21.0 + golang.org/x/oauth2 v0.22.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 ) @@ -48,7 +48,7 @@ require ( golang.org/x/crypto v0.25.0 // indirect golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/net v0.27.0 // indirect - golang.org/x/sys v0.22.0 // indirect + golang.org/x/sys v0.23.0 // indirect golang.org/x/text v0.16.0 // indirect golang.org/x/tools v0.23.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect