Skip to content

Commit

Permalink
bump firehose-core to v1.2.2, prep for release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Feb 23, 2024
1 parent 1bfe365 commit 9c1f76b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [MAINTAINERS.md](./MAINTAINERS.md)
for instructions to keep up to date.

## Unreleased
## v2.3.2

### Auth and metering

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/streamingfast/dstore v0.1.1-0.20240215171730-493ad5a0f537
github.com/streamingfast/eth-go v0.0.0-20240129180546-72c8e66e24b3
github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd
github.com/streamingfast/firehose-core v1.2.2-0.20240223180906-d4749518104c
github.com/streamingfast/firehose-core v1.2.2
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0
github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091
github.com/streamingfast/pbgo v0.0.6-0.20240131193313-6b88bc7139db
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ github.com/streamingfast/eth-go v0.0.0-20240129180546-72c8e66e24b3 h1:iC/2SGGULS
github.com/streamingfast/eth-go v0.0.0-20240129180546-72c8e66e24b3/go.mod h1:UEm8dqibr3c3A1iIA3CHpkhN7j3X78prN7/55sXf3A0=
github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd h1:t5n8dDcgUi7t36Qwxm19K4H2vyOLJfY6MHxTbOvK1z8=
github.com/streamingfast/firehose v0.1.1-0.20240118135215-dcf04d40bfcd/go.mod h1:du6tys2Q6X2pRQ3JbCziWiy7Y7KrOcl4CSb9uiGsVxA=
github.com/streamingfast/firehose-core v1.2.2-0.20240223180906-d4749518104c h1:OhscwU9npcITm+Reh4LZf3/5zvMgu4NqHC8Xw1sAs1k=
github.com/streamingfast/firehose-core v1.2.2-0.20240223180906-d4749518104c/go.mod h1:uWKJLk5OlcqWumO8Y8HidFVHrhUQ9kqesS+4wu1LMLE=
github.com/streamingfast/firehose-core v1.2.2 h1:VygDxAq3db8reivhmovxbMAUj0r+05dg3RbeJbMUFrU=
github.com/streamingfast/firehose-core v1.2.2/go.mod h1:uWKJLk5OlcqWumO8Y8HidFVHrhUQ9kqesS+4wu1LMLE=
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0 h1:g8eEYbFSykyzIyuxNMmHEUGGUvJE0ivmqZagLDK42gw=
github.com/streamingfast/jsonpb v0.0.0-20210811021341-3670f0aa02d0/go.mod h1:cTNObq2Uofb330y05JbbZZ6RwE6QUXw5iVcHk1Fx3fk=
github.com/streamingfast/logging v0.0.0-20210811175431-f3b44b61606a/go.mod h1:4GdqELhZOXj4xwc4IaBmzofzdErGynnaSzuzxy0ZIBo=
Expand Down

0 comments on commit 9c1f76b

Please sign in to comment.