chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#64)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-04-02 09:55:12 +02:00
committed by GitHub
parent dc424aae1b
commit bbbce58b47
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/tj/assert v0.0.3
github.com/ulikunitz/xz v0.5.12
github.com/xor-gate/ar v0.0.0-20170530204233-5c72ae81e2b7
golang.org/x/net v0.37.0
golang.org/x/net v0.38.0
golang.org/x/tools v0.31.0
gopkg.in/yaml.v3 v3.0.1
)