diff --git a/go.mod b/go.mod index 099eb8c..c1f554f 100644 --- a/go.mod +++ b/go.mod @@ -8,10 +8,10 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.15.0 - github.com/streamingfast/bstream v0.0.2-0.20240819202225-ca1b790abf0b + github.com/streamingfast/bstream v0.0.2-0.20240829135239-723d9306f55d github.com/streamingfast/cli v0.0.4-0.20240412191021-5f81842cb71d github.com/streamingfast/dstore v0.1.1-0.20240826190906-91345d4a31f2 - github.com/streamingfast/firehose-core v1.6.1 + github.com/streamingfast/firehose-core v1.6.2-0.20240829135426-e43b89eaf31a github.com/streamingfast/logging v0.0.0-20230608130331-f22c91403091 github.com/streamingfast/near-go v0.0.0-20220302163233-b638f5b48a2d github.com/stretchr/testify v1.8.4 @@ -203,4 +203,5 @@ replace ( github.com/bytecodealliance/wasmtime-go/v4 => github.com/streamingfast/wasmtime-go/v4 v4.0.0-freemem github.com/jhump/protoreflect => github.com/streamingfast/protoreflect v0.0.0-20231205191344-4b629d20ce8d + github.com/streamingfast/bstream => ../bstream ) diff --git a/go.sum b/go.sum index 7f00f5f..c67e99b 100644 --- a/go.sum +++ b/go.sum @@ -546,8 +546,6 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= -github.com/streamingfast/bstream v0.0.2-0.20240819202225-ca1b790abf0b h1:LbT8xpXFY5bsZbQfhQJGcXUBXbl/QZZ7CqfN6nLtpwM= -github.com/streamingfast/bstream v0.0.2-0.20240819202225-ca1b790abf0b/go.mod h1:n5wy+Vmwp4xbjXO7B81MAkAgjnf1vJ/lI2y6hWWyFbg= github.com/streamingfast/cli v0.0.4-0.20240412191021-5f81842cb71d h1:9tsEt2tLCp94CW6MyJZY+Rw6+t0WH2kioBR6ucO6P/E= github.com/streamingfast/cli v0.0.4-0.20240412191021-5f81842cb71d/go.mod h1:og+6lDBPLZ24lbF/YISmVsSduZUZwXSmJGD3pZ/sW2Y= github.com/streamingfast/dauth v0.0.0-20240222213226-519afc16cf84 h1:yCvuNcwQ21J4Ua6YrAmHDBx3bjK04y+ssEYBe65BXRU= @@ -566,8 +564,8 @@ github.com/streamingfast/dstore v0.1.1-0.20240826190906-91345d4a31f2 h1:BB3VSDl8 github.com/streamingfast/dstore v0.1.1-0.20240826190906-91345d4a31f2/go.mod h1:kNzxgv2MzYFn2T4kelBVpGp/yP/1njtr3+csWuqxK3w= github.com/streamingfast/dtracing v0.0.0-20220305214756-b5c0e8699839 h1:K6mJPvh1jAL+/gBS7Bh9jyzWaTib6N47m06gZOTUPwQ= github.com/streamingfast/dtracing v0.0.0-20220305214756-b5c0e8699839/go.mod h1:huOJyjMYS6K8upTuxDxaNd+emD65RrXoVBvh8f1/7Ns= -github.com/streamingfast/firehose-core v1.6.1 h1:pVgMnDLbBZtUMzVD9OsvGoczwy8MwUMXL0xh8QE045o= -github.com/streamingfast/firehose-core v1.6.1/go.mod h1:xuYwJTz/FRN/ptG1wn3TdULYIFSF1nWDmPN5o64PYzc= +github.com/streamingfast/firehose-core v1.6.2-0.20240829135426-e43b89eaf31a h1:H4GwJEpqLdfSYjuW3Kj/B37hYVmZrPDRHqQXYdExA0A= +github.com/streamingfast/firehose-core v1.6.2-0.20240829135426-e43b89eaf31a/go.mod h1:hDg79PDL7MbejLZrLELo18x/kwMkvWHgcn3OsnLlzao= 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=