Skip to content

Commit

Permalink
Bump golang.org/x/net in /test/e2e/cases/profiling/task/network/golang
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.23.0.
- [Commits](golang/net@v0.1.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent dabe462 commit b2a1884
Show file tree
Hide file tree
Showing 2 changed files with 866 additions and 11 deletions.
13 changes: 8 additions & 5 deletions test/e2e/cases/profiling/task/network/golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ module test
go 1.17

require (
github.com/SkyAPM/go2sky v1.5.0 // indirect
github.com/SkyAPM/go2sky v1.5.0
github.com/openzipkin/zipkin-go v0.4.1
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/openzipkin/zipkin-go v0.4.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Expand Down
Loading

0 comments on commit b2a1884

Please sign in to comment.