Skip to content

Commit

Permalink
chore: update go-blockservice to v0.5.0 (#151)
Browse files Browse the repository at this point in the history
* chore: update go-blockservice to v0.5.0

* chore(ci): bump go version

---------

Co-authored-by: Marten Seemann <[email protected]>
  • Loading branch information
jacobheun and marten-seemann authored Feb 9, 2023
1 parent a5db204 commit d36a569
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
go: circleci/[email protected].0
go: circleci/[email protected].1
workflows:
main:
jobs:
Expand All @@ -9,7 +9,7 @@ jobs:
build:
executor:
name: go/default
tag: '1.16'
tag: '1.18'
steps:
- checkout
- go/load-cache
Expand Down
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.16

require (
github.com/ipfs/go-block-format v0.0.3
github.com/ipfs/go-blockservice v0.4.0
github.com/ipfs/go-cid v0.2.0
github.com/ipfs/go-blockservice v0.5.0
github.com/ipfs/go-cid v0.3.2
github.com/ipfs/go-cidutil v0.1.0
github.com/ipfs/go-datastore v0.5.0
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-leveldb v0.5.0
github.com/ipfs/go-ipfs-blockstore v1.2.0
github.com/ipfs/go-ipfs-blocksutil v0.0.1
Expand All @@ -20,14 +20,13 @@ require (
github.com/ipfs/go-unixfs v0.3.1
github.com/ipld/go-car/v2 v2.4.1
github.com/jellydator/ttlcache/v2 v2.11.1
github.com/libp2p/go-libp2p-core v0.9.0 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multicodec v0.5.0
github.com/multiformats/go-multihash v0.2.1
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.0
github.com/syndtr/goleveldb v1.0.0
github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158
golang.org/x/exp v0.0.0-20210714144626-1041f73d31d8
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)
Loading

0 comments on commit d36a569

Please sign in to comment.