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

deprecate this repo #113

Merged
merged 2 commits into from
May 25, 2022
Merged

deprecate this repo #113

merged 2 commits into from
May 25, 2022

Conversation

marten-seemann
Copy link
Contributor

No description provided.

@marten-seemann marten-seemann requested review from vyzo and MarcoPolo May 25, 2022 14:44
@github-actions
Copy link

Suggested version: v0.5.0
Comparing to: v0.4.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 9c83dda..56cf5c5 100644
--- a/go.mod
+++ b/go.mod
@@ -3,31 +3,34 @@ module github.com/libp2p/go-libp2p-noise
 go 1.17
 
 require (
-	github.com/flynn/noise v1.0.0
-	github.com/gogo/protobuf v1.3.2
-	github.com/libp2p/go-buffer-pool v0.0.2
-	github.com/libp2p/go-libp2p-core v0.10.0
-	github.com/stretchr/testify v1.7.0
-	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
+	github.com/libp2p/go-libp2p v0.20.0
+	github.com/libp2p/go-libp2p-core v0.16.1
 )
 
 require (
-	github.com/btcsuite/btcd v0.21.0-beta // indirect
-	github.com/davecgh/go-spew v1.1.1 // indirect
-	github.com/ipfs/go-cid v0.0.7 // indirect
-	github.com/klauspost/cpuid/v2 v2.0.4 // indirect
+	github.com/btcsuite/btcd v0.22.1 // indirect
+	github.com/btcsuite/btcd/btcec/v2 v2.1.3 // indirect
+	github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
+	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
+	github.com/flynn/noise v1.0.0 // indirect
+	github.com/gogo/protobuf v1.3.2 // indirect
+	github.com/ipfs/go-cid v0.1.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.0.12 // indirect
+	github.com/libp2p/go-buffer-pool v0.0.2 // indirect
 	github.com/libp2p/go-openssl v0.0.7 // indirect
 	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
 	github.com/minio/sha256-simd v1.0.0 // indirect
 	github.com/mr-tron/base58 v1.2.0 // indirect
-	github.com/multiformats/go-base32 v0.0.3 // indirect
+	github.com/multiformats/go-base32 v0.0.4 // indirect
 	github.com/multiformats/go-base36 v0.1.0 // indirect
-	github.com/multiformats/go-multiaddr v0.3.3 // indirect
+	github.com/multiformats/go-multiaddr v0.5.0 // indirect
 	github.com/multiformats/go-multibase v0.0.3 // indirect
-	github.com/multiformats/go-multihash v0.0.15 // indirect
+	github.com/multiformats/go-multicodec v0.4.1 // indirect
+	github.com/multiformats/go-multihash v0.1.0 // indirect
 	github.com/multiformats/go-varint v0.0.6 // indirect
-	github.com/pmezard/go-difflib v1.0.0 // indirect
 	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
-	golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect
-	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
+	golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
+	lukechampine.com/blake3 v1.1.7 // indirect
 )

gorelease says:

# github.com/libp2p/go-libp2p-noise/pb
## incompatible changes
ErrIntOverflowPayload: removed
ErrInvalidLengthPayload: removed
ErrUnexpectedEndOfGroupPayload: removed

# summary
Suggested version: v0.5.0

gocompat says:

(empty)

@marten-seemann marten-seemann merged commit b647b43 into master May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants