Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.10.0 #62

Merged
merged 1 commit into from
Jul 1, 2022
Merged

Release v0.10.0 #62

merged 1 commit into from
Jul 1, 2022

Conversation

MarcoPolo
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 1, 2022

Suggested version: v0.10.0
Comparing to: v0.9.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 6e5057e..0192135 100644
--- a/go.mod
+++ b/go.mod
@@ -4,36 +4,36 @@ go 1.17
 
 require (
 	github.com/golang/mock v1.6.0
-	github.com/ipfs/go-log/v2 v2.5.0
-	github.com/libp2p/go-libp2p-core v0.14.0
+	github.com/ipfs/go-log/v2 v2.5.1
+	github.com/libp2p/go-libp2p-core v0.19.0
 	github.com/multiformats/go-multiaddr v0.4.1
-	github.com/stretchr/testify v1.7.0
 	go.uber.org/atomic v1.7.0
 	google.golang.org/grpc v1.31.1
 )
 
 require (
-	github.com/btcsuite/btcd v0.20.1-beta // indirect
-	github.com/davecgh/go-spew v1.1.1 // 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/gogo/protobuf v1.3.1 // indirect
-	github.com/ipfs/go-cid v0.0.7 // indirect
+	github.com/ipfs/go-cid v0.2.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.0.4 // indirect
 	github.com/libp2p/go-buffer-pool v0.0.2 // indirect
 	github.com/libp2p/go-openssl v0.0.7 // indirect
 	github.com/mattn/go-isatty v0.0.14 // indirect
 	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
-	github.com/minio/sha256-simd v0.1.1 // 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-base36 v0.1.0 // indirect
 	github.com/multiformats/go-multibase v0.0.3 // indirect
-	github.com/multiformats/go-multihash v0.0.14 // indirect
+	github.com/multiformats/go-multicodec v0.4.1 // indirect
+	github.com/multiformats/go-multihash v0.0.15 // 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
-	github.com/spaolacci/murmur3 v1.1.0 // indirect
 	go.uber.org/multierr v1.6.0 // indirect
 	go.uber.org/zap v1.19.1 // indirect
-	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
+	golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
 	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
-	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
 )

gorelease says:

# github.com/libp2p/go-libp2p-testing/ci/travis
## incompatible changes
package removed

# github.com/libp2p/go-libp2p-testing/mocks/network
## incompatible changes
(*MockResourceManager).OpenConnection: changed from func(github.com/libp2p/go-libp2p-core/network.Direction, bool) (github.com/libp2p/go-libp2p-core/network.ConnManagementScope, error) to func(github.com/libp2p/go-libp2p-core/network.Direction, bool, github.com/multiformats/go-multiaddr.Multiaddr) (github.com/libp2p/go-libp2p-core/network.ConnManagementScope, error)
(*MockResourceManagerMockRecorder).OpenConnection: changed from func(interface{}, interface{}) *github.com/golang/mock/gomock.Call to func(interface{}, interface{}, interface{}) *github.com/golang/mock/gomock.Call

# github.com/libp2p/go-libp2p-testing/suites/mux
## incompatible changes
package removed

# github.com/libp2p/go-libp2p-testing/suites/sec
## incompatible changes
package removed

# github.com/libp2p/go-libp2p-testing/suites/transport
## incompatible changes
package removed

# summary
Suggested version: v0.10.0

gocompat says:

(empty)

@MarcoPolo MarcoPolo merged commit fac2989 into master Jul 1, 2022
@MarcoPolo MarcoPolo deleted the MarcoPolo-patch-1 branch July 1, 2022 20:31
@MarcoPolo MarcoPolo mentioned this pull request Jul 7, 2022
41 tasks
@ajnavarro ajnavarro mentioned this pull request Aug 24, 2022
72 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants