micro-codec-iso8583/go.mod
dependabot[bot] 657ad9f3df
Bump github.com/moov-io/iso8583 from 0.14.0 to 0.15.1
Bumps [github.com/moov-io/iso8583](https://github.com/moov-io/iso8583) from 0.14.0 to 0.15.1.
- [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.14.0...v0.15.1)

---
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>
2023-02-27 09:30:59 +00:00

9 lines
139 B
Modula-2

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