Skip to content

Commit 834b188

Browse files
web3-botrvagg
authored andcommitted
bump go.mod to Go 1.17 and run go fix
1 parent 2ac5691 commit 834b188

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

go.mod

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
11
module github.com/filecoin-project/go-hamt-ipld/v3
22

33
require (
4-
github.com/davecgh/go-spew v1.1.1 // indirect
54
github.com/ipfs/go-block-format v0.0.2
65
github.com/ipfs/go-cid v0.0.6
76
github.com/ipfs/go-ipld-cbor v0.0.4
8-
github.com/ipfs/go-ipld-format v0.0.2 // indirect
9-
github.com/kr/pretty v0.1.0 // indirect
107
github.com/spaolacci/murmur3 v1.1.0
118
github.com/stretchr/testify v1.6.1
129
github.com/whyrusleeping/cbor-gen v0.0.0-20200806213330-63aa96ca5488
13-
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
1410
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
11+
)
12+
13+
require (
14+
github.com/davecgh/go-spew v1.1.1 // indirect
15+
github.com/ipfs/go-ipfs-util v0.0.1 // indirect
16+
github.com/ipfs/go-ipld-format v0.0.2 // indirect
17+
github.com/kr/pretty v0.1.0 // indirect
18+
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
19+
github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect
20+
github.com/mr-tron/base58 v1.1.3 // indirect
21+
github.com/multiformats/go-base32 v0.0.3 // indirect
22+
github.com/multiformats/go-base36 v0.1.0 // indirect
23+
github.com/multiformats/go-multibase v0.0.3 // indirect
24+
github.com/multiformats/go-multihash v0.0.13 // indirect
25+
github.com/multiformats/go-varint v0.0.5 // indirect
26+
github.com/pmezard/go-difflib v1.0.0 // indirect
27+
github.com/polydawn/refmt v0.0.0-20190221155625-df39d6c2d992 // indirect
28+
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
29+
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
1530
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
31+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1632
)
1733

18-
go 1.16
34+
go 1.17

0 commit comments

Comments
 (0)