From 67e22eb7937da5fd6ffb444019e9c934ec3409b5 Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Thu, 8 Jan 2026 00:52:35 +0800 Subject: [PATCH] Go mod tidy Signed-off-by: Asai Neko --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9394772..eb25a76 100644 --- a/go.mod +++ b/go.mod @@ -17,6 +17,7 @@ require ( github.com/sirupsen/logrus v1.9.3 github.com/spf13/viper v1.21.0 golang.org/x/crypto v0.46.0 + golang.org/x/oauth2 v0.34.0 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gorm.io/datatypes v1.2.7 gorm.io/driver/postgres v1.6.0 @@ -74,7 +75,6 @@ require ( go.yaml.in/yaml/v3 v3.0.4 // indirect golang.org/x/arch v0.23.0 // indirect golang.org/x/net v0.48.0 // indirect - golang.org/x/oauth2 v0.34.0 // indirect golang.org/x/sync v0.19.0 // indirect golang.org/x/sys v0.39.0 // indirect golang.org/x/text v0.32.0 // indirect