From 5ac569c17473f1a4928d01010e2904951a5962b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:01:26 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 in /httpproxy (#75) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0. - [Commits](https://github.com/golang/net/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- httpproxy/go.mod | 2 +- httpproxy/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/httpproxy/go.mod b/httpproxy/go.mod index 790fb51..8423c82 100644 --- a/httpproxy/go.mod +++ b/httpproxy/go.mod @@ -2,4 +2,4 @@ module github.com/sunshineplan/utils/httpproxy go 1.22 -require golang.org/x/net v0.28.0 +require golang.org/x/net v0.29.0 diff --git a/httpproxy/go.sum b/httpproxy/go.sum index e890837..8a0e83a 100644 --- a/httpproxy/go.sum +++ b/httpproxy/go.sum @@ -1,2 +1,2 @@ -golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= -golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= +golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= +golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0=