micro-codec-iso8583/go.mod
dependabot[bot] d1811adeab
Bump github.com/moov-io/iso8583 from 0.13.2 to 0.14.0 (#27)
Bumps [github.com/moov-io/iso8583](https://github.com/moov-io/iso8583) from 0.13.2 to 0.14.0.
- [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.2...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/moov-io/iso8583
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-12-01 09:51:32 +03:00

9 lines
138 B
Modula-2

module go.unistack.org/micro-codec-iso8583/v3
go 1.16
require (
github.com/moov-io/iso8583 v0.14.0
go.unistack.org/micro/v3 v3.9.15
)