micro-codec-segmentio/go.mod
dependabot[bot] 6ac370caee
Bump github.com/segmentio/encoding from 0.3.3 to 0.3.4
Bumps [github.com/segmentio/encoding](https://github.com/segmentio/encoding) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/segmentio/encoding/releases)
- [Commits](https://github.com/segmentio/encoding/compare/v0.3.3...v0.3.4)

---
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>
2022-02-25 06:55:29 +00:00

10 lines
178 B
Modula-2

module go.unistack.org/micro-codec-segmentio/v3
go 1.16
require (
github.com/segmentio/encoding v0.3.4
go.unistack.org/micro/v3 v3.8.21
google.golang.org/protobuf v1.27.1
)