Bump golang.org/x/net in the golang-x-dependencies group (#1370)

Bumps the golang-x-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-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x-dependencies
...

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-03-31 16:05:07 -04:00
committed by GitHub
parent 4444ed166a
commit 75faa5f2e5
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/slackhq/nebula
go 1.23.6
toolchain go1.23.7
toolchain go1.24.1
require (
dario.cat/mergo v1.0.1
@@ -26,7 +26,7 @@ require (
github.com/vishvananda/netlink v1.3.0
golang.org/x/crypto v0.36.0
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
golang.org/x/net v0.37.0
golang.org/x/net v0.38.0
golang.org/x/sync v0.12.0
golang.org/x/sys v0.31.0
golang.org/x/term v0.30.0