diff --git a/CHANGELOG.md b/CHANGELOG.md index 5481101..449826b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## v2.0.0 ### Highlights diff --git a/go.mod b/go.mod index a15dee4..1b38228 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5 github.com/streamingfast/bstream v0.0.2-0.20230407143220-06c919ae8476 - github.com/streamingfast/cli v0.0.4-0.20230420210357-3bebdb9f2fbf + github.com/streamingfast/cli v0.0.4-0.20230508203625-ecd532feb120 github.com/streamingfast/derr v0.0.0-20221125175206-82e01d420d45 github.com/streamingfast/dhammer v0.0.0-20220506192416-3797a7906da2 github.com/streamingfast/dmetrics v0.0.0-20221129121022-a1733eca1981 @@ -15,7 +15,7 @@ require ( github.com/streamingfast/logging v0.0.0-20221209193439-bff11742bf4c github.com/streamingfast/shutter v1.5.0 github.com/streamingfast/substreams v1.0.2-0.20230418195519-fa17a36fd728 - github.com/streamingfast/substreams-sink v0.1.1-0.20230420161857-72fa2fe5072f + github.com/streamingfast/substreams-sink v0.2.3 github.com/test-go/testify v1.1.4 go.uber.org/zap v1.23.0 ) diff --git a/go.sum b/go.sum index 9ea5dfe..f2eaf55 100644 --- a/go.sum +++ b/go.sum @@ -376,8 +376,8 @@ github.com/streamingfast/atm v0.0.0-20220131151839-18c87005e680 h1:fGJnUx0shX9Y3 github.com/streamingfast/atm v0.0.0-20220131151839-18c87005e680/go.mod h1:iISPGAstbUsPgyC3auLLi7PYUTi9lHv5z0COam0OPOY= github.com/streamingfast/bstream v0.0.2-0.20230407143220-06c919ae8476 h1:nMA7/XLpqI/0m6agJPhv8vu7Fj5uZUBH22kGpgB9lXc= github.com/streamingfast/bstream v0.0.2-0.20230407143220-06c919ae8476/go.mod h1:Njkx972HcZiz0djWBylxqO/eq686eDGr+egQ1lePj3Q= -github.com/streamingfast/cli v0.0.4-0.20230420210357-3bebdb9f2fbf h1:RFWFe6f4CdyzUW1rMuEg21eD2JZ59MKdco7luk1qzkw= -github.com/streamingfast/cli v0.0.4-0.20230420210357-3bebdb9f2fbf/go.mod h1:OzwQE+cSMmLwO1U2rcwQz4UBMEW3lDHA2UeDg0PMCwY= +github.com/streamingfast/cli v0.0.4-0.20230508203625-ecd532feb120 h1:68nI2aCJN1JxQ3s4uTE68aVTQPu5yLvIzHMqakfuoAE= +github.com/streamingfast/cli v0.0.4-0.20230508203625-ecd532feb120/go.mod h1:OzwQE+cSMmLwO1U2rcwQz4UBMEW3lDHA2UeDg0PMCwY= github.com/streamingfast/dbin v0.0.0-20210809205249-73d5eca35dc5 h1:m/3aIPNXCwZ9m/dfYdOs8ftrS7GJl82ipVr6K2aZiBs= github.com/streamingfast/dbin v0.0.0-20210809205249-73d5eca35dc5/go.mod h1:YStE7K5/GH47JsWpY7LMKsDaXXpMLU/M26vYFzXHYRk= github.com/streamingfast/derr v0.0.0-20221125175206-82e01d420d45 h1:/Ib+ZttZ7a4aVfd91xe+8E+ZNvAAiotzTFnUIXmEXUs= @@ -404,8 +404,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8= github.com/streamingfast/substreams v1.0.2-0.20230418195519-fa17a36fd728 h1:Gb/Qh63UjrIEUKfdHReM48JccBLSQ20+vqhNiRWT6rY= github.com/streamingfast/substreams v1.0.2-0.20230418195519-fa17a36fd728/go.mod h1:4UosoPtKfa1IPQ1myZQh3HBnBimmpmeYTLwIlKHbBVo= -github.com/streamingfast/substreams-sink v0.1.1-0.20230420161857-72fa2fe5072f h1:UPWS6dPEdQJMQDvjtVwE2h3s3RqF11X4RVAdzv7GYrk= -github.com/streamingfast/substreams-sink v0.1.1-0.20230420161857-72fa2fe5072f/go.mod h1:F0iZNIohBuQinI24Z3bMrmxNtMJpFRP6eP+mFxolCpk= +github.com/streamingfast/substreams-sink v0.2.3 h1:JlJlxF8GzzivRz+oUD3IKHYMVntoy/8B5/7RsLguA+g= +github.com/streamingfast/substreams-sink v0.2.3/go.mod h1:F1SsWcL/X9tiFIh/VKm1L//Z3OWFaGfJ/FPLCwcN5rg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=