Bump github.com/segmentio/encoding from 0.3.4 to 0.3.5 (#90)

Bumps [github.com/segmentio/encoding](https://github.com/segmentio/encoding) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/segmentio/encoding/releases)
- [Commits](https://github.com/segmentio/encoding/compare/v0.3.4...v0.3.5)

---
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]
2022-04-26 23:42:01 +03:00
committed by GitHub
parent 6976a6cc84
commit 9bac8070a6
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.unistack.org/micro-codec-segmentio/v3
go 1.16
require (
github.com/segmentio/encoding v0.3.4
github.com/segmentio/encoding v0.3.5
go.unistack.org/micro/v3 v3.9.7
google.golang.org/protobuf v1.28.0
)