Add ConcurrencyLimit

This commit is contained in:
Ian Gulliver
2021-09-26 04:21:03 +00:00
parent eca6f180a3
commit 1846eb45bc
3 changed files with 36 additions and 0 deletions

1
go.mod
View File

@@ -5,4 +5,5 @@ go 1.13
require (
cloud.google.com/go v0.94.1
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)