filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

chore: bump version to 4.1.0 #71

Closed rvagg closed 1 year ago

github-actions[bot] commented 2 years ago

Suggested version: v4.1.0 Comparing to: v4.0.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 394d51c..2e38075 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,35 @@
 module github.com/filecoin-project/go-amt-ipld/v4

-go 1.16
+go 1.18

 require (
    github.com/ipfs/go-block-format v0.0.2
    github.com/ipfs/go-cid v0.0.7
    github.com/ipfs/go-ipld-cbor v0.0.4
-   github.com/stretchr/testify v1.6.1
-   github.com/whyrusleeping/cbor-gen v0.0.0-20200723185710-6a3894a6352b
-   golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
+   github.com/stretchr/testify v1.7.0
+   github.com/whyrusleeping/cbor-gen v0.0.0-20220323183124-98fa8256a799
+   golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
+   golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
+)
+
+require (
+   github.com/davecgh/go-spew v1.1.1 // indirect
+   github.com/ipfs/go-ipfs-util v0.0.1 // indirect
+   github.com/ipfs/go-ipld-format v0.0.1 // indirect
+   github.com/kr/pretty v0.1.0 // indirect
+   github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
+   github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect
+   github.com/mr-tron/base58 v1.1.3 // indirect
+   github.com/multiformats/go-base32 v0.0.3 // indirect
+   github.com/multiformats/go-base36 v0.1.0 // indirect
+   github.com/multiformats/go-multibase v0.0.3 // indirect
+   github.com/multiformats/go-multihash v0.0.13 // indirect
+   github.com/multiformats/go-varint v0.0.5 // indirect
+   github.com/pmezard/go-difflib v1.0.0 // indirect
+   github.com/polydawn/refmt v0.0.0-20190221155625-df39d6c2d992 // indirect
+   github.com/spaolacci/murmur3 v1.1.0 // indirect
+   golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
+   golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
+   gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+   gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
 )

gorelease says:

# github.com/filecoin-project/go-amt-ipld/v4
## compatible changes
ParallelDiff: added

# summary
Suggested version: v4.1.0

gocompat says:

(empty)
codecov-commenter commented 2 years ago

Codecov Report

Merging #71 (b5c7409) into master (723fff1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   64.22%   64.22%           
=======================================
  Files           9        9           
  Lines        1311     1311           
=======================================
  Hits          842      842           
  Misses        317      317           
  Partials      152      152           
rvagg commented 1 year ago

@Stebalien mind giving a 👍 for a merge here (too)? It's really about updating go.mod to Go 1.18 but ParallelDiff is also in here.