chore(deps): bump golang.org/x/net from 0.4.0 to 0.44.0 (#129)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.44.0. - [Commits](https://github.com/golang/net/compare/v0.4.0...v0.44.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.44.0 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:
8
go.mod
8
go.mod
@@ -1,10 +1,10 @@
|
||||
module go.unistack.org/micro-server-drpc/v3
|
||||
|
||||
go 1.23
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
go.unistack.org/micro/v3 v3.10.5
|
||||
golang.org/x/net v0.9.0
|
||||
golang.org/x/net v0.44.0
|
||||
google.golang.org/grpc v1.56.3
|
||||
google.golang.org/protobuf v1.36.10
|
||||
storj.io/drpc v0.0.32
|
||||
@@ -17,8 +17,8 @@ require (
|
||||
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
||||
github.com/zeebo/errs v1.2.2 // indirect
|
||||
go.unistack.org/micro-proto/v3 v3.3.1 // indirect
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/text v0.9.0 // indirect
|
||||
golang.org/x/sys v0.36.0 // indirect
|
||||
golang.org/x/text v0.29.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user