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 |
web3-bot
force-pushed
the
web3-bot/sync
branch
2 times, most recently
from
August 17, 2021 13:32
618cc59
to
e316535
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
2 times, most recently
from
October 17, 2021 15:40
cc38101
to
ea21a85
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
from
October 28, 2021 20:31
ea21a85
to
57cd7a6
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
2 times, most recently
from
November 16, 2021 13:02
6aa39b9
to
831861b
Compare
marten-seemann
force-pushed
the
web3-bot/sync
branch
from
November 17, 2021 13:30
831861b
to
a982714
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
from
November 18, 2021 16:31
a982714
to
2edc4d3
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
from
November 29, 2021 17:52
2edc4d3
to
30c8ce4
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
from
December 10, 2021 11:53
30c8ce4
to
256faea
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
6 times, most recently
from
April 11, 2022 07:14
5395ba1
to
6cf6044
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
5 times, most recently
from
December 6, 2022 12:50
9e53cef
to
0eee0b4
Compare
web3-bot
force-pushed
the
web3-bot/sync
branch
from
December 6, 2022 13:47
0eee0b4
to
bf38968
Compare
Jorropo
force-pushed
the
web3-bot/sync
branch
2 times, most recently
from
December 9, 2022 11:04
9fefd45
to
9dbf439
Compare
Jorropo
force-pushed
the
web3-bot/sync
branch
from
December 9, 2022 11:37
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.