diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-19 13:19:43 +0000 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-04-22 10:36:28 +0000 |
| commit | 9a1a46e40f6c040e6e5a12787cb3d2a029e7ce9d (patch) | |
| tree | ea09ab0b1735aacbb8621ff5e59abab337d18adf /go.mod | |
| parent | 36c961ad9dc0e5b72efc784a57717424a02bfa00 (diff) | |
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] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
