From b8dcb8a442e154a6b10d97aa466b2380e7c9ad46 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 May 2026 15:59:53 +0000 Subject: [PATCH] fix(deps): update module golang.org/x/term to v0.43.0 (#989) Reviewed-on: https://gitea.com/gitea/tea/pulls/989 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5147ce2..b07edac 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( golang.org/x/crypto v0.50.0 golang.org/x/oauth2 v0.36.0 golang.org/x/sys v0.43.0 - golang.org/x/term v0.42.0 + golang.org/x/term v0.43.0 gopkg.in/yaml.v3 v3.0.1 )