Skip to content

Commit

Permalink
Add capability flag to count group by status (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozhou committed Aug 9, 2023
1 parent ee039c9 commit 056e783
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 425 deletions.
10 changes: 5 additions & 5 deletions cmd/proxygenerator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230720185612-659f7aaaa771 // indirect
google.golang.org/grpc v1.56.2 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

0 comments on commit 056e783

Please sign in to comment.