From 251169b4197841e99e506669e19a181c88c64e6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:05:32 +0000 Subject: [PATCH] Update module golang.org/x/net to v0.25.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 461c6c0..1f129d2 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,6 @@ require ( github.com/k0kubun/pp v3.0.1+incompatible github.com/mitchellh/mapstructure v1.5.0 github.com/stretchr/testify v1.8.4 - golang.org/x/net v0.15.0 + golang.org/x/net v0.25.0 golang.org/x/oauth2 v0.12.0 )