Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
update lotus
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Oct 27, 2021
1 parent f11eccb commit 110bcb9
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 134 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,26 @@ require (
github.com/filecoin-project/go-address v0.0.5
github.com/filecoin-project/go-amt-ipld/v2 v2.1.1-0.20201006184820-924ee87a1349 // indirect
github.com/filecoin-project/go-jsonrpc v0.1.4-0.20210217175800-45ea43ac2bec
github.com/filecoin-project/go-state-types v0.1.1-0.20210810190654-139e0e79e69e
github.com/filecoin-project/lotus v1.11.2
github.com/filecoin-project/go-state-types v0.1.1-0.20210915140513-d354ccf10379
github.com/filecoin-project/lotus v1.13.0
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 // indirect
github.com/google/uuid v1.2.0
github.com/huin/goupnp v1.0.1-0.20210310174557-0ca763054c88 // indirect
github.com/google/uuid v1.3.0
github.com/ipfs/go-cid v0.1.0
github.com/ipfs/go-datastore v0.4.5
github.com/ipfs/go-datastore v0.4.6
github.com/ipfs/go-ipfs-blockstore v1.0.4
github.com/ipfs/go-ipfs-cmds v0.6.0 // indirect
github.com/ipfs/go-ipfs-http-client v0.1.0 // indirect
github.com/ipfs/go-ipfs-util v0.0.2
github.com/ipfs/go-ipld-cbor v0.0.5
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipld/go-car v0.1.1-0.20201119040415-11b6074b6d4d
github.com/ipld/go-car v0.3.2-0.20211001225732-32d0d9933823
github.com/joho/godotenv v1.3.0
github.com/libp2p/go-libp2p-connmgr v0.2.4
github.com/libp2p/go-libp2p-core v0.8.6
github.com/multiformats/go-multiaddr v0.3.3
github.com/libp2p/go-libp2p-core v0.9.0
github.com/multiformats/go-multiaddr v0.4.1
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.15
github.com/multiformats/go-multihash v0.0.16
github.com/oklog/ulid/v2 v2.0.2
github.com/shirou/gopsutil v2.20.5+incompatible // indirect
github.com/spf13/cobra v1.1.3
Expand All @@ -39,14 +38,16 @@ require (
github.com/textileio/crypto v0.0.0-20210929130053-08edebc3361a
github.com/textileio/go-datastore-extensions v1.0.1
github.com/textileio/go-ds-badger3 v0.0.0-20210324034212-7b7fb3be3d1c
github.com/textileio/go-libp2p-pubsub-rpc v0.0.5
github.com/textileio/go-libp2p-pubsub-rpc v0.0.0-00010101000000-000000000000
github.com/textileio/go-log/v2 v2.1.3-gke-2
github.com/urfave/cli/v2 v2.3.0 // indirect
go.opentelemetry.io/otel/metric v0.21.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/protobuf v1.27.1
)

replace github.com/textileio/go-libp2p-pubsub-rpc => ../go-libp2p-pubsub-rpc

replace github.com/kilic/bls12-381 => github.com/kilic/bls12-381 v0.0.0-20200820230200-6b2c19996391

replace github.com/ipfs/go-ipns => github.com/ipfs/go-ipns v0.0.2
//replace github.com/ipfs/go-ipns => github.com/ipfs/go-ipns v0.0.2
Loading

0 comments on commit 110bcb9

Please sign in to comment.