Skip to content

Commit

Permalink
Mirrored from envoyproxy/envoy @ 61af06091f9f913fc50daecf4481a1dc7de8…
Browse files Browse the repository at this point in the history
…4e9a

Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com>
  • Loading branch information
update-envoy[bot] committed Jun 14, 2023
1 parent a4761f5 commit d7c8d95
Show file tree
Hide file tree
Showing 2 changed files with 1,566 additions and 1 deletion.
21 changes: 20 additions & 1 deletion proto/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,23 @@ module github.com/envoyproxy/go-control-plane/proto

go 1.17

require github.com/golang/protobuf v1.5.3 // indirect
require (
github.com/census-instrumentation/opencensus-proto v0.4.1
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4
github.com/envoyproxy/go-control-plane v0.11.1
github.com/envoyproxy/protoc-gen-validate v1.0.1
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_model v0.4.0
go.opentelemetry.io/proto/otlp v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)

require (
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e // indirect
)
Loading

0 comments on commit d7c8d95

Please sign in to comment.