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

feat: plumb through datastore contexts #25

Merged
merged 2 commits into from
Nov 29, 2021
Merged

Conversation

aschmahmann
Copy link
Contributor

@aschmahmann aschmahmann commented Nov 22, 2021

Master issue: ipfs/kubo#6803

go.mod Outdated Show resolved Hide resolved
@aschmahmann aschmahmann marked this pull request as ready for review November 29, 2021 15:39
@github-actions
Copy link

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

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index b4fb86c..9588e01 100644
--- a/go.mod
+++ b/go.mod
@@ -4,26 +4,26 @@ require (
 	github.com/gogo/protobuf v1.3.2
 	github.com/hashicorp/golang-lru v0.5.4
 	github.com/ipfs/go-cid v0.0.7
-	github.com/ipfs/go-datastore v0.4.5
+	github.com/ipfs/go-datastore v0.5.0
 	github.com/ipfs/go-ipfs-ds-help v0.1.1
 	github.com/ipfs/go-ipfs-keystore v0.0.2
-	github.com/ipfs/go-ipfs-routing v0.1.0
-	github.com/ipfs/go-ipns v0.1.0
-	github.com/ipfs/go-log v1.0.4
+	github.com/ipfs/go-ipfs-routing v0.2.1
+	github.com/ipfs/go-ipns v0.1.2
+	github.com/ipfs/go-log v1.0.5
 	github.com/ipfs/go-path v0.0.9
 	github.com/ipfs/interface-go-ipfs-core v0.4.0
 	github.com/jbenet/goprocess v0.1.4
-	github.com/libp2p/go-libp2p v0.13.0
-	github.com/libp2p/go-libp2p-core v0.8.0
-	github.com/libp2p/go-libp2p-kad-dht v0.11.1
-	github.com/libp2p/go-libp2p-peerstore v0.2.6
+	github.com/libp2p/go-libp2p v0.16.0
+	github.com/libp2p/go-libp2p-core v0.11.0
+	github.com/libp2p/go-libp2p-kad-dht v0.15.0
+	github.com/libp2p/go-libp2p-peerstore v0.4.0
 	github.com/libp2p/go-libp2p-record v0.1.3
-	github.com/libp2p/go-libp2p-testing v0.4.0
-	github.com/miekg/dns v1.1.41
-	github.com/multiformats/go-multiaddr v0.3.1
+	github.com/libp2p/go-libp2p-testing v0.5.0
+	github.com/miekg/dns v1.1.43
+	github.com/multiformats/go-multiaddr v0.4.0
 	github.com/multiformats/go-multiaddr-dns v0.3.1
 	github.com/multiformats/go-multihash v0.0.15
 	github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
 )
 
-go 1.15
+go 1.16

gorelease says:

# summary
Suggested version: v0.4.0

gocompat says:

(empty)

@aschmahmann aschmahmann merged commit cebc755 into master Nov 29, 2021
@aschmahmann aschmahmann deleted the feat/ds-context branch November 29, 2021 16:55
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