Skip to content

Commit

Permalink
Add new APS resource exhausted cause (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoerner committed Aug 7, 2023
1 parent 836addc commit ee039c9
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 46 deletions.
16 changes: 8 additions & 8 deletions cmd/proxygenerator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ go 1.18

require (
go.temporal.io/api v1.14.0
golang.org/x/tools v0.7.0
golang.org/x/tools v0.9.1
)

replace go.temporal.io/api => ../../

require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/mod v0.9.0 // indirect
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/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // 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
google.golang.org/protobuf v1.31.0 // indirect
)

0 comments on commit ee039c9

Please sign in to comment.