diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-04 06:20:02 +0400 | 
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-04 06:20:02 +0400 | 
| commit | 735c7e49fd2f7f5425949ae7639fbf5c0c9278a8 (patch) | |
| tree | e3db3e3a0bbbcf6dce68a3063369f562abc6f494 /go.mod | |
| parent | 29f4df85fa4dd559010f2acd68cdfe43ce0ebed4 (diff) | |
base ratelimiter
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -13,4 +13,6 @@ require (  	github.com/spf13/cobra v0.0.3  	github.com/streadway/amqp v1.0.0  	golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect +	google.golang.org/grpc v1.40.0 +	google.golang.org/protobuf v1.27.1  )  | 
