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

sync: update CI config files #36

Merged
merged 16 commits into from
Dec 9, 2022
Merged

sync: update CI config files #36

merged 16 commits into from
Dec 9, 2022

Conversation

web3-bot
Copy link
Collaborator

@web3-bot web3-bot commented Apr 23, 2021

Syncing to commit protocol/.github@2aab7c0.

@welcome

This comment was marked as resolved.

@marten-seemann
Copy link
Member

This fails due to protocol/.github#100.

@masih
Copy link
Member

masih commented Jul 21, 2021

Note, since go.mod uses retract which is not supported by 1.15 we have to wait before we can roll this out. For context, See:

@web3-bot web3-bot force-pushed the web3-bot/sync branch 5 times, most recently from 9e53cef to 0eee0b4 Compare December 6, 2022 12:50
@Jorropo
Copy link
Contributor

Jorropo commented Dec 9, 2022

We need to do the release, I don't have time to investigate this, so let's say windows is flaky (as usual 😞)
(one more todo)

@Jorropo Jorropo merged commit 7a606d0 into master Dec 9, 2022
@Jorropo Jorropo deleted the web3-bot/sync branch December 9, 2022 12:00
@github-actions
Copy link

github-actions bot commented Dec 9, 2022

Suggested version: v0.8.0
Comparing to: v0.7.1 (diff)

Changes in go.mod file(s):

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
 )

gorelease says:

# summary
Cannot suggest a release version.
Can only suggest a release version when compared against the most recent version of this major: v0.8.0.

gocompat says:

(empty)

@lidel lidel mentioned this pull request Dec 9, 2022
Jorropo added a commit to ipfs/go-libipfs-rapide that referenced this pull request Mar 23, 2023
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.

5 participants