micro-codec-segmentio/go.mod
dependabot[bot] b1976d5e12
Bump github.com/segmentio/encoding from 0.3.5 to 0.3.6 (#99)
Bumps [github.com/segmentio/encoding](https://github.com/segmentio/encoding) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/segmentio/encoding/releases)
- [Commits](https://github.com/segmentio/encoding/compare/v0.3.5...v0.3.6)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-12 18:39:16 +03:00

11 lines
243 B
Modula-2

module go.unistack.org/micro-codec-segmentio/v3
go 1.16
require (
github.com/segmentio/encoding v0.3.6
go.unistack.org/micro/v3 v3.9.11
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
google.golang.org/protobuf v1.28.1
)