Skip to content

Commit

Permalink
bump substreams-sink to prevent Stop
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed May 4, 2024
1 parent 3a6aa3b commit dd76af1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/streamingfast/pbgo v0.0.6-0.20231120172814-537d034aad5e
github.com/streamingfast/shutter v1.5.0
github.com/streamingfast/substreams v1.3.7
github.com/streamingfast/substreams-sink v0.3.4
github.com/streamingfast/substreams-sink v0.3.5
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
go.uber.org/zap v1.26.0
golang.org/x/oauth2 v0.16.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ github.com/streamingfast/substreams v1.3.7 h1:QpVYCLVO9X+75+EmuxaUdx76lvrgkSBIWw
github.com/streamingfast/substreams v1.3.7/go.mod h1:89rAcqQdwh6jU+/pRSz+ktLFqOfcZSzmSZUn+3kRfNs=
github.com/streamingfast/substreams-sink v0.3.4 h1:aNFaAGX1DrHB5uwj0zryXucqAgM1fzsbgOjWZKacN+Q=
github.com/streamingfast/substreams-sink v0.3.4/go.mod h1:/FJcUa385jdWDDHvHFqAeu920J6EXERnAWuiwUv4YBY=
github.com/streamingfast/substreams-sink v0.3.5 h1:CkxxaKcQTVQ9FcmPfnlf4QPr8BXRWBW8hrUvYR8eoEg=
github.com/streamingfast/substreams-sink v0.3.5/go.mod h1:/FJcUa385jdWDDHvHFqAeu920J6EXERnAWuiwUv4YBY=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down

0 comments on commit dd76af1

Please sign in to comment.