From 9fe3e7e2e331b45f111725fcb131aa8dbf6c71b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:18:04 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8593712..4708838 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/labstack/echo/v4 v4.9.1 github.com/labstack/gommon v0.4.0 github.com/sendgrid/sendgrid-go v3.12.0+incompatible - golang.org/x/crypto v0.17.0 + golang.org/x/crypto v0.21.0 ) require ( @@ -24,8 +24,8 @@ require ( github.com/sendgrid/rest v2.6.9+incompatible // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasttemplate v1.2.1 // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.15.0 // indirect + golang.org/x/net v0.23.0 // indirect + golang.org/x/sys v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.2.0 // indirect )