Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

chore: update go-libp2p #11

Merged
merged 2 commits into from
Dec 9, 2022
Merged

chore: update go-libp2p #11

merged 2 commits into from
Dec 9, 2022

Conversation

marten-seemann
Copy link
Member

go-libp2p-core is deprecated.

@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Suggested version: v0.1.0
Comparing to: v0.0.2 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5b8411e..17586bd 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,24 @@ module github.com/ipfs/go-ipfs-keystore
 
 require (
 	github.com/ipfs/go-log v1.0.4
-	github.com/libp2p/go-libp2p-core v0.8.0
+	github.com/libp2p/go-libp2p v0.23.4
 )
 
-go 1.14
+require (
+	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
+	github.com/gogo/protobuf v1.3.2 // indirect
+	github.com/ipfs/go-log/v2 v2.5.1 // indirect
+	github.com/klauspost/cpuid/v2 v2.1.1 // indirect
+	github.com/libp2p/go-openssl v0.1.0 // indirect
+	github.com/mattn/go-isatty v0.0.16 // indirect
+	github.com/mattn/go-pointer v0.0.1 // indirect
+	github.com/minio/sha256-simd v1.0.0 // indirect
+	github.com/opentracing/opentracing-go v1.1.0 // indirect
+	github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
+	go.uber.org/atomic v1.10.0 // indirect
+	go.uber.org/multierr v1.8.0 // indirect
+	go.uber.org/zap v1.23.0 // indirect
+	golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
+)
+
+go 1.18

gorelease says:

# summary
Suggested version: v0.1.0

gocompat says:

(empty)

@Jorropo Jorropo merged commit 3ac93a6 into master Dec 9, 2022
@Jorropo Jorropo deleted the update-libp2p branch December 9, 2022 12:10
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