micro-codec-iso8583/go.mod
dependabot[bot] fd66ba3990
Bump github.com/moov-io/iso8583 from 0.13.0 to 0.13.2 (#21)
Bumps [github.com/moov-io/iso8583](https://github.com/moov-io/iso8583) from 0.13.0 to 0.13.2.
- [Release notes](https://github.com/moov-io/iso8583/releases)
- [Changelog](https://github.com/moov-io/iso8583/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moov-io/iso8583/compare/v0.13.0...v0.13.2)

---
updated-dependencies:
- dependency-name: github.com/moov-io/iso8583
  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-14 07:38:22 +03:00

11 lines
232 B
Modula-2

module go.unistack.org/micro-codec-iso8583/v3
go 1.16
require (
github.com/google/gnostic v0.6.9 // indirect
github.com/moov-io/iso8583 v0.13.2
go.unistack.org/micro/v3 v3.9.11
google.golang.org/protobuf v1.28.1 // indirect
)