Skip to content

Commit

Permalink
Merge pull request #29 from libp2p/feat/update-interfaces
Browse files Browse the repository at this point in the history
feat: update to go-libp2p-core 0.7.0
  • Loading branch information
Stebalien committed Sep 2, 2020
2 parents 99f31e5 + 0698e27 commit 61ccbca
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 103 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/libp2p/go-libp2p-testing
go 1.12

require (
github.com/libp2p/go-libp2p-core v0.3.0
github.com/multiformats/go-multiaddr v0.2.0
google.golang.org/grpc v1.20.1
github.com/libp2p/go-libp2p-core v0.7.0
github.com/multiformats/go-multiaddr v0.3.1
go.uber.org/atomic v1.6.0
google.golang.org/grpc v1.31.1
)
Loading

0 comments on commit 61ccbca

Please sign in to comment.