From 9a1a46e40f6c040e6e5a12787cb3d2a029e7ce9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:19:43 +0000 Subject: mod: bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index e47e055c7..55531e263 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,7 @@ require ( cloud.google.com/go/pubsub v1.37.0 cloud.google.com/go/secretmanager v1.12.0 cloud.google.com/go/storage v1.40.0 + github.com/bsm/histogram/v3 v3.0.2 github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6 github.com/golangci/golangci-lint v1.57.2 github.com/google/go-cmp v0.6.0 @@ -17,7 +18,7 @@ require ( github.com/stretchr/testify v1.9.0 github.com/ulikunitz/xz v0.5.11 golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc - golang.org/x/net v0.22.0 + golang.org/x/net v0.23.0 golang.org/x/oauth2 v0.18.0 golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c golang.org/x/sync v0.6.0 @@ -59,7 +60,6 @@ require ( github.com/bombsimon/wsl/v4 v4.2.1 // indirect github.com/breml/bidichk v0.2.7 // indirect github.com/breml/errchkjson v0.3.6 // indirect - github.com/bsm/histogram/v3 v3.0.2 // indirect github.com/butuzov/ireturn v0.3.0 // indirect github.com/butuzov/mirror v1.1.0 // indirect github.com/catenacyber/perfsprint v0.7.1 // indirect -- cgit mrf-deployment