Bump github.com/segmentio/encoding from 0.2.19 to 0.2.20 (#46)

Bumps [github.com/segmentio/encoding](https://github.com/segmentio/encoding) from 0.2.19 to 0.2.20.
- [Release notes](https://github.com/segmentio/encoding/releases)
- [Commits](https://github.com/segmentio/encoding/compare/v0.2.19...v0.2.20)

---
updated-dependencies:
- dependency-name: github.com/segmentio/encoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-17 08:31:42 +03:00
committed by GitHub
parent c93f2fdf3e
commit c43d91461e
2 changed files with 7 additions and 5 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/unistack-org/micro-codec-segmentio/v3
go 1.16
require (
github.com/segmentio/encoding v0.2.19
github.com/segmentio/encoding v0.2.20
github.com/unistack-org/micro/v3 v3.7.0
google.golang.org/protobuf v1.27.1
)