Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions tproxy-aws-identity/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module github.com/repenno/envoybigbook/tproxy-aws-identity
go 1.13

require (
github.com/envoyproxy/go-control-plane v0.9.0
github.com/golang/protobuf v1.3.2
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.24.0
istio.io/gogo-genproto v0.0.0-20191009201739-17d570f95998
github.com/envoyproxy/go-control-plane v0.10.3
github.com/golang/protobuf v1.5.2
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.53.0
)
Loading