Skip to content

Commit 293ed2c

Browse files
authored
feat: add retry logic for quota errors (#53)
1 parent 7fee659 commit 293ed2c

File tree

3 files changed

+502
-6
lines changed

3 files changed

+502
-6
lines changed

‎modules/project_cleanup/function_source/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/terraform-google-modules/terraform-google-scheduled-function/m
33
go 1.13
44

55
require (
6-
golang.org/x/net v0.0.0-20200822124328-c89045814202
7-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
8-
google.golang.org/api v0.35.0
6+
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
7+
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84
8+
google.golang.org/api v0.43.0
99
)

0 commit comments

Comments
 (0)