From 180aa20e8a27a90ac2bb530e71e44c4f3cfc0602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 19:10:55 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net from 0.11.0 to 0.23.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.11.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c1fc48d..45b65ae 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,5 @@ require github.com/sendgrid/sendgrid-go v3.12.0+incompatible require ( github.com/sendgrid/rest v2.6.9+incompatible // indirect github.com/stretchr/testify v1.8.4 // indirect - golang.org/x/net v0.11.0 // indirect + golang.org/x/net v0.23.0 // indirect ) diff --git a/go.sum b/go.sum index 4319303..e8995eb 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,6 @@ github.com/sendgrid/sendgrid-go v3.12.0+incompatible h1:/N2vx18Fg1KmQOh6zESc5FJB github.com/sendgrid/sendgrid-go v3.12.0+incompatible/go.mod h1:QRQt+LX/NmgVEvmdRw0VT/QgUn499+iza2FnDca9fg8= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= -golang.org/x/net v0.11.0 h1:Gi2tvZIJyBtO9SDr1q9h5hEQCp/4L2RQ+ar0qjx2oNU= -golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ= +golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= +golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=