Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 019f458

Browse files
authored
Merge pull request #102 from libp2p/update-core
update go-libp2p-core, remove integration test
2 parents 374047a + e4ed9d5 commit 019f458

File tree

3 files changed

+36
-559
lines changed

3 files changed

+36
-559
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ module github.com/libp2p/go-libp2p-noise
33
go 1.15
44

55
require (
6+
github.com/btcsuite/btcd v0.21.0-beta // indirect
67
github.com/flynn/noise v1.0.0
78
github.com/gogo/protobuf v1.3.2
89
github.com/libp2p/go-buffer-pool v0.0.2
9-
github.com/libp2p/go-libp2p v0.8.1
10-
github.com/libp2p/go-libp2p-core v0.5.1
11-
github.com/multiformats/go-multiaddr v0.3.1
10+
github.com/libp2p/go-libp2p-core v0.9.0
11+
github.com/multiformats/go-multiaddr v0.3.3 // indirect
12+
github.com/multiformats/go-multihash v0.0.15 // indirect
1213
github.com/stretchr/testify v1.7.0
1314
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
15+
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect
1416
)

0 commit comments

Comments
 (0)