This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment was marked as resolved.
This comment was marked as resolved.
This fails due to protocol/.github#100. |
Merged
Note, since |
618cc59
to
e316535
Compare
cc38101
to
ea21a85
Compare
ea21a85
to
57cd7a6
Compare
6aa39b9
to
831861b
Compare
831861b
to
a982714
Compare
a982714
to
2edc4d3
Compare
2edc4d3
to
30c8ce4
Compare
30c8ce4
to
256faea
Compare
5395ba1
to
6cf6044
Compare
9e53cef
to
0eee0b4
Compare
0eee0b4
to
bf38968
Compare
9fefd45
to
9dbf439
Compare
226f20e
to
8d650d5
Compare
We need to do the release, I don't have time to investigate this, so let's say windows is flaky (as usual 😞) |
Suggested version: Changes in diff --git a/go.mod b/go.mod
index b5550e4..2867420 100644
--- a/go.mod
+++ b/go.mod
@@ -1,25 +1,69 @@
module github.com/ipfs/go-ipfs-provider
-go 1.16
+go 1.18
retract [v1.0.0, v1.0.1]
require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/ipfs/go-block-format v0.0.3
- github.com/ipfs/go-blockservice v0.2.1
- github.com/ipfs/go-cid v0.1.0
- github.com/ipfs/go-cidutil v0.0.2
- github.com/ipfs/go-datastore v0.5.0
+ github.com/ipfs/go-blockservice v0.4.0
+ github.com/ipfs/go-cid v0.3.2
+ github.com/ipfs/go-cidutil v0.1.0
+ github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-fetcher v1.5.0
- github.com/ipfs/go-ipfs-blockstore v0.2.1
+ github.com/ipfs/go-ipfs-blockstore v1.2.0
github.com/ipfs/go-ipfs-blocksutil v0.0.1
- github.com/ipfs/go-ipfs-exchange-offline v0.1.1
- github.com/ipfs/go-ipfs-routing v0.2.1
+ github.com/ipfs/go-ipfs-exchange-offline v0.3.0
+ github.com/ipfs/go-ipfs-routing v0.3.0
github.com/ipfs/go-log v1.0.5
github.com/ipfs/go-verifcid v0.0.1
github.com/ipld/go-ipld-prime v0.11.0
- github.com/libp2p/go-libp2p-core v0.8.5
- github.com/libp2p/go-libp2p-testing v0.4.0
- github.com/multiformats/go-multihash v0.0.16
+ github.com/libp2p/go-libp2p v0.23.4
+ github.com/libp2p/go-libp2p-testing v0.12.0
+ github.com/multiformats/go-multihash v0.2.1
+)
+
+require (
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
+ github.com/go-logr/logr v1.2.3 // indirect
+ github.com/go-logr/stdr v1.2.2 // indirect
+ github.com/gogo/protobuf v1.3.2 // indirect
+ github.com/google/uuid v1.3.0 // indirect
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
+ github.com/ipfs/bbloom v0.0.4 // indirect
+ github.com/ipfs/go-ipfs-delay v0.0.1 // indirect
+ github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
+ github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
+ github.com/ipfs/go-ipfs-util v0.0.2 // indirect
+ github.com/ipfs/go-ipld-format v0.3.0 // indirect
+ github.com/ipfs/go-log/v2 v2.5.1 // indirect
+ github.com/ipfs/go-metrics-interface v0.0.1 // indirect
+ github.com/jbenet/goprocess v0.1.4 // indirect
+ github.com/klauspost/cpuid/v2 v2.1.1 // indirect
+ github.com/libp2p/go-buffer-pool v0.1.0 // indirect
+ github.com/libp2p/go-libp2p-record v0.2.0 // 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/mr-tron/base58 v1.2.0 // indirect
+ github.com/multiformats/go-base32 v0.1.0 // indirect
+ github.com/multiformats/go-base36 v0.1.0 // indirect
+ github.com/multiformats/go-multiaddr v0.7.0 // indirect
+ github.com/multiformats/go-multibase v0.1.1 // indirect
+ github.com/multiformats/go-multicodec v0.6.0 // indirect
+ github.com/multiformats/go-varint v0.0.6 // indirect
+ github.com/opentracing/opentracing-go v1.2.0 // indirect
+ github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
+ github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
+ github.com/spaolacci/murmur3 v1.1.0 // indirect
+ go.opentelemetry.io/otel v1.7.0 // indirect
+ go.opentelemetry.io/otel/trace v1.7.0 // 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/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
+ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
+ lukechampine.com/blake3 v1.1.7 // indirect
)
|
Closed
Jorropo
added a commit
to ipfs/go-libipfs-rapide
that referenced
this pull request
Mar 23, 2023
sync: update CI config files This commit was moved from ipfs/go-ipfs-provider@7a606d0
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Syncing to commit protocol/.github@2aab7c0.