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

chore: release v0.3.0 #27

Merged
merged 1 commit into from
Feb 22, 2023
Merged

chore: release v0.3.0 #27

merged 1 commit into from
Feb 22, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Feb 22, 2023

No description provided.

@github-actions
Copy link

Suggested version: v0.3.0

Comparing to: v0.2.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 6ab93a7..21dee2e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/ipfs/go-ipfs-pinner
 
-go 1.15
+go 1.19
 
 require (
 	github.com/ipfs/go-blockservice v0.2.1
@@ -17,3 +17,49 @@ require (
 	github.com/multiformats/go-multibase v0.0.3
 	github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
 )
+
+require (
+	github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
+	github.com/cespare/xxhash v1.1.0 // indirect
+	github.com/dgraph-io/badger v1.6.2 // indirect
+	github.com/dgraph-io/ristretto v0.0.2 // indirect
+	github.com/dustin/go-humanize v1.0.0 // indirect
+	github.com/gogo/protobuf v1.3.2 // indirect
+	github.com/golang/protobuf v1.5.0 // indirect
+	github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
+	github.com/google/uuid v1.2.0 // indirect
+	github.com/hashicorp/golang-lru v0.5.4 // indirect
+	github.com/ipfs/bbloom v0.0.4 // indirect
+	github.com/ipfs/go-block-format v0.0.3 // indirect
+	github.com/ipfs/go-ipfs-ds-help v0.1.1 // indirect
+	github.com/ipfs/go-ipfs-exchange-interface v0.1.0 // indirect
+	github.com/ipfs/go-ipld-cbor v0.0.5 // indirect
+	github.com/ipfs/go-ipld-legacy v0.1.0 // indirect
+	github.com/ipfs/go-log/v2 v2.3.0 // indirect
+	github.com/ipfs/go-metrics-interface v0.0.1 // indirect
+	github.com/ipfs/go-verifcid v0.0.1 // indirect
+	github.com/ipld/go-codec-dagpb v1.3.0 // indirect
+	github.com/ipld/go-ipld-prime v0.11.0 // indirect
+	github.com/jbenet/goprocess v0.1.4 // indirect
+	github.com/klauspost/cpuid/v2 v2.0.4 // indirect
+	github.com/mattn/go-isatty v0.0.13 // indirect
+	github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // 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.0.3 // indirect
+	github.com/multiformats/go-base36 v0.1.0 // indirect
+	github.com/multiformats/go-multihash v0.0.15 // indirect
+	github.com/multiformats/go-varint v0.0.6 // indirect
+	github.com/opentracing/opentracing-go v1.2.0 // indirect
+	github.com/pkg/errors v0.9.1 // indirect
+	github.com/syndtr/goleveldb v1.0.0 // indirect
+	github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158 // indirect
+	go.uber.org/atomic v1.7.0 // indirect
+	go.uber.org/multierr v1.6.0 // indirect
+	go.uber.org/zap v1.16.0 // indirect
+	golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
+	golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
+	golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect
+	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
+	google.golang.org/protobuf v1.27.1 // indirect
+)

gorelease says:

# github.com/ipfs/go-ipfs-pinner
## incompatible changes
Pinner.PinWithMode: changed from func(github.com/ipfs/go-cid.Cid, Mode) to func(context.Context, github.com/ipfs/go-cid.Cid, Mode) error
Pinner.RemovePinWithMode: removed

# github.com/ipfs/go-ipfs-pinner/dspinner
## incompatible changes
(*pinner).PinWithMode: changed from func(github.com/ipfs/go-cid.Cid, github.com/ipfs/go-ipfs-pinner.Mode) to func(context.Context, github.com/ipfs/go-cid.Cid, github.com/ipfs/go-ipfs-pinner.Mode) error
(*pinner).RemovePinWithMode: removed

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.3.0

gocompat says:

Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@hacdias hacdias merged commit 900edf3 into master Feb 22, 2023
@hacdias hacdias deleted the release-0.3.0 branch February 22, 2023 14:53
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.

1 participant