rebase: bump golang.org/x/net in the golang-dependencies group

Bumps the golang-dependencies group with 1 update: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.37.0 to 0.38.0
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-31 21:24:45 +00:00
committed by nixpanic
parent 437d90c84d
commit ae955623f3
5 changed files with 20 additions and 6 deletions

4
go.mod
View File

@ -2,7 +2,7 @@ module github.com/ceph/ceph-csi
go 1.23.1
toolchain go1.23.4
toolchain go1.24.1
// our own API
replace github.com/ceph/ceph-csi/api => ./api
@ -30,7 +30,7 @@ require (
github.com/prometheus/client_golang v1.21.1
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.36.0
golang.org/x/net v0.37.0
golang.org/x/net v0.38.0
golang.org/x/sys v0.31.0
google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.6