Skip to content

Commit

Permalink
Merge pull request #69 from RTradeLtd/DAGService
Browse files Browse the repository at this point in the history
implement ipld.DAGService using NodeAPIClient
  • Loading branch information
RT-nilPointer authored Apr 14, 2020
2 parents e393bc5 + 8f4bdf8 commit 31496fb
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 26 deletions.
26 changes: 18 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@ module github.com/RTradeLtd/TxPB/v3
go 1.13

require (
github.com/RTradeLtd/go-libp2p-tls v0.2.2
github.com/RTradeLtd/go-libp2p-tls v0.2.3
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.4 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/ipfs/go-block-format v0.0.2
github.com/ipfs/go-cid v0.0.5
github.com/libp2p/go-libp2p-core v0.5.0
github.com/ipfs/go-datastore v0.4.4 // indirect
github.com/ipfs/go-ipld-format v0.2.0
github.com/ipfs/go-merkledag v0.3.1
github.com/libp2p/go-libp2p-core v0.5.1
github.com/multiformats/go-multiaddr v0.2.1
github.com/multiformats/go-multiaddr-net v0.1.3
go.uber.org/zap v1.14.0
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
google.golang.org/genproto v0.0.0-20200312145019-da6875a35672 // indirect
google.golang.org/grpc v1.28.0
github.com/multiformats/go-multiaddr-net v0.1.4
github.com/pkg/errors v0.9.1
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
golang.org/x/tools v0.0.0-20200413015812-1f08ef6002a8 // indirect
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
google.golang.org/grpc v1.28.1
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading

0 comments on commit 31496fb

Please sign in to comment.