...

Text file src/github.com/linkerd/linkerd2-proxy-api/go.mod

Documentation: github.com/linkerd/linkerd2-proxy-api

     1module github.com/linkerd/linkerd2-proxy-api
     2
     3go 1.21
     4
     5require (
     6	github.com/golang/protobuf v1.5.4
     7	google.golang.org/grpc v1.63.2
     8	google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
     9	google.golang.org/protobuf v1.33.0
    10)
    11
    12require (
    13	golang.org/x/net v0.23.0 // indirect
    14	golang.org/x/sys v0.18.0 // indirect
    15	golang.org/x/text v0.14.0 // indirect
    16	google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
    17)

View as plain text