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
6 changes: 3 additions & 3 deletions workload-identity-aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/repenno/envoybigbook/workload-identity-aws
go 1.12

require (
github.com/envoyproxy/go-control-plane v0.8.6
github.com/golang/protobuf v1.3.2
google.golang.org/grpc v1.23.0
github.com/envoyproxy/go-control-plane v0.10.3
github.com/golang/protobuf v1.5.2
google.golang.org/grpc v1.53.0
istio.io/gogo-genproto v0.0.0-20190906190748-4801a8955c3d
)
Loading