From fdade2382ff1a4c5723c72948fbeb7be7b236a30 Mon Sep 17 00:00:00 2001 From: colindickson Date: Wed, 4 Sep 2024 14:01:14 -0400 Subject: [PATCH] bump substreams to debug tier2 metering --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8bd1b7d..92a2256 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 github.com/streamingfast/pbgo v0.0.6-0.20240823134334-812f6a16c5cb github.com/streamingfast/shutter v1.5.0 - github.com/streamingfast/substreams v1.10.1-0.20240904171351-47e1a5ff909d + github.com/streamingfast/substreams v1.10.1-0.20240904180036-74e0072872de github.com/stretchr/testify v1.9.0 github.com/test-go/testify v1.1.4 github.com/tidwall/gjson v1.14.1 diff --git a/go.sum b/go.sum index 90b3190..1c6b464 100644 --- a/go.sum +++ b/go.sum @@ -600,8 +600,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/snapshotter v0.0.0-20230316190750-5bcadfde44d0 h1:Y15G1Z4fpEdm2b+/70owI7TLuXadlqBtGM7rk4Hxrzk= github.com/streamingfast/snapshotter v0.0.0-20230316190750-5bcadfde44d0/go.mod h1:/Rnz2TJvaShjUct0scZ9kKV2Jr9/+KBAoWy4UMYxgv4= -github.com/streamingfast/substreams v1.10.1-0.20240904171351-47e1a5ff909d h1:c50TRRsg6PQVYa4rNW5ZTq5F7I7AwYiC84M5lsnCwQs= -github.com/streamingfast/substreams v1.10.1-0.20240904171351-47e1a5ff909d/go.mod h1:htDRslKI5Fj+JUqmKVsNj4Ph1DIzYig/K+VvP6SUIt0= +github.com/streamingfast/substreams v1.10.1-0.20240904180036-74e0072872de h1:Nc4BdaEIpC/8FahHyf4XOH7H/9iqcx0Tz5AriD+99ug= +github.com/streamingfast/substreams v1.10.1-0.20240904180036-74e0072872de/go.mod h1:htDRslKI5Fj+JUqmKVsNj4Ph1DIzYig/K+VvP6SUIt0= 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=