Skip to content

Commit bfca501

Browse files
committed
feat: replace engine fork with indexer-provider
1 parent 66f0abf commit bfca501

File tree

2 files changed

+5
-79
lines changed

2 files changed

+5
-79
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ require (
4040
github.com/filecoin-project/go-cbor-util v0.0.1 // indirect
4141
github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc7 // indirect
4242
github.com/filecoin-project/go-ds-versioning v0.1.2 // indirect
43-
github.com/filecoin-project/go-state-types v0.10.0 // indirect
4443
github.com/filecoin-project/go-statemachine v1.0.2 // indirect
4544
github.com/filecoin-project/go-statestore v0.2.0 // indirect
4645
github.com/flynn/noise v1.0.0 // indirect
@@ -60,7 +59,7 @@ require (
6059
github.com/google/uuid v1.3.0 // indirect
6160
github.com/gorilla/websocket v1.5.0 // indirect
6261
github.com/hannahhoward/cbor-gen-for v0.0.0-20230214144701-5d17c9d5243c // indirect
63-
github.com/hannahhoward/go-pubsub v1.0.0 // indirect
62+
github.com/hannahhoward/go-pubsub v0.0.0-20200423002714-8d62886cc36e // indirect
6463
github.com/hashicorp/errwrap v1.1.0 // indirect
6564
github.com/hashicorp/go-multierror v1.1.1 // indirect
6665
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect

0 commit comments

Comments
 (0)