Skip to content

Commit 803abd5

Browse files
fix go mod
1 parent 6e542c8 commit 803abd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ require (
2525
google.golang.org/protobuf v1.33.0
2626
)
2727

28-
replace github.com/streamingfast/substreams-sink => ../substreams-sink
29-
3028
require (
3129
buf.build/gen/go/bufbuild/reflect/connectrpc/go v1.16.1-20240117202343-bf8f65e8876c.1 // indirect
3230
buf.build/gen/go/bufbuild/reflect/protocolbuffers/go v1.33.0-20240117202343-bf8f65e8876c.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ github.com/streamingfast/shutter v1.5.0 h1:NpzDYzj0HVpSiDJVO/FFSL6QIK/YKOxY0gJAt
502502
github.com/streamingfast/shutter v1.5.0/go.mod h1:B/T6efqdeMGbGwjzPS1ToXzYZI4kDzI5/u4I+7qbjY8=
503503
github.com/streamingfast/substreams v1.11.1 h1:qiCJwTFqn9ubpQ02aKsJDqHIV8vLocu/fKdTUX4wHqU=
504504
github.com/streamingfast/substreams v1.11.1/go.mod h1:6qjmyNq0INxC/3EXF4M2QEf1Su7X8Lq2FCKfGIFXupU=
505+
github.com/streamingfast/substreams-sink v0.5.0 h1:UnKyR22xmSQPm/jlD2Uz6kcOVcqOoPtThDAjZDq5FOE=
506+
github.com/streamingfast/substreams-sink v0.5.0/go.mod h1:8Wlr5fVIe5blL3yBVQi5e01lJLp1inHe7lxsrOqbe88=
505507
github.com/streamingfast/substreams-sink-database-changes v1.1.3 h1:rXeGb/V2mjC8FftumRkMQxG2jtdLfHdLx9UQVUtAqS8=
506508
github.com/streamingfast/substreams-sink-database-changes v1.1.3/go.mod h1:bul4OLl22/M8LlYO9+sxA/5ghUrV7eYrG5NSlfm5m5k=
507509
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)