![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
415 B
Modula-2
17 lines
415 B
Modula-2
module github.com/containerd/ttrpc
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.5.3
|
|
github.com/prometheus/procfs v0.6.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
golang.org/x/sys v0.18.0
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d
|
|
google.golang.org/grpc v1.57.1
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require golang.org/x/net v0.23.0 // indirect
|