build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0

Bumps [golang.org/x/net](https://github.com/golang/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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-31 14:20:04 +00:00
committed by GitHub
parent daef61594c
commit 168f210f34
2 changed files with 5 additions and 3 deletions

4
go.mod
View File

@@ -2,11 +2,13 @@ module github.com/nghttp2/nghttp2
go 1.23.0
toolchain go1.24.1
require (
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
github.com/quic-go/quic-go v0.50.0
github.com/tatsuhiro-t/go-nghttp2 v0.0.0-20240121064059-46ccb0a462a8
golang.org/x/net v0.37.0
golang.org/x/net v0.38.0
)
require (