Bump github.com/multiformats/go-varint from 0.0.5 to 0.0.6

Bumps [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/multiformats/go-varint/releases)
- [Commits](https://github.com/multiformats/go-varint/compare/v0.0.5...v0.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-10-15 03:13:55 +00:00
committed by Rod Vagg
parent 45f4147a06
commit e530276a70
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/ipfs/go-cid
require (
github.com/multiformats/go-multibase v0.0.3
github.com/multiformats/go-multihash v0.0.14
github.com/multiformats/go-varint v0.0.5
github.com/multiformats/go-varint v0.0.6
)
go 1.13