Skip to content

Commit

Permalink
[BLOCK-1844] fix firehose rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra committed Sep 27, 2023
1 parent 0558c26 commit 8742b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ replace (
github.com/streamingfast/dauth => github.com/EOS-Nation/dauth v0.0.0-20221005084741-e79ebf7b78e8
github.com/streamingfast/dgrpc => github.com/EOS-Nation/dgrpc v0.0.0-20221108170744-d0c2d8abe98f
github.com/streamingfast/dstore => github.com/EOS-Nation/dstore v0.0.0-20220908095022-20cd13d5dc4c
github.com/streamingfast/firehose => github.com/ultraio/firehose v0.0.0-20230927072826-010ebc9fce9f
github.com/streamingfast/firehose => github.com/ultraio/firehose v0.0.0-20230927074823-9da35c5630d1
)

// replace github.com/eoscanada/eos-go => github.com/EOS-Nation/eos-go v0.10.3-0.20230328111622-b58e29c1532e
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,8 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43/go.mod h1:iT03XoTwV7xq/+UGwKO3UbC1nNNlopQiY61beSdrtOA=
github.com/ultraio/eos-go v0.9.1-0.20230721092210-7ab11fa47e4f h1:qT+BLkcestDui1StBCD27M/3Sueb2hCWj2DdSQPE4/Y=
github.com/ultraio/eos-go v0.9.1-0.20230721092210-7ab11fa47e4f/go.mod h1:BCTBH+XkEi+gO38MHRDm0LLcUhaIlekey+SCBaIAJTk=
github.com/ultraio/firehose v0.0.0-20230927072826-010ebc9fce9f h1:IK8U7H9X+62nJWRNOYFBl/2tNLMCYJIBcfOgIB47Cfw=
github.com/ultraio/firehose v0.0.0-20230927072826-010ebc9fce9f/go.mod h1:MO8mgZUEOLgCfc8jIfRIT/XD3Tw6Xxg++qx7XXQUMQA=
github.com/ultraio/firehose v0.0.0-20230927074823-9da35c5630d1 h1:OE1MzJFFpd7ixQgnUZwIRjpuL8cxFkgLXB0pPSJF//U=
github.com/ultraio/firehose v0.0.0-20230927074823-9da35c5630d1/go.mod h1:MO8mgZUEOLgCfc8jIfRIT/XD3Tw6Xxg++qx7XXQUMQA=
github.com/unrolled/render v1.0.0 h1:XYtvhA3UkpB7PqkvhUFYmpKD55OudoIeygcfus4vcd4=
github.com/unrolled/render v1.0.0/go.mod h1:tu82oB5W2ykJRVioYsB+IQKcft7ryBr7w12qMBUPyXg=
github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
Expand Down

0 comments on commit 8742b32

Please sign in to comment.