File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## v1.39.1 (Released 2024-05-10)
1
+ ## v1.39.2 (Released 2024-05-10)
2
2
3
3
This release of moov-io/ach removes the check verifying Amount is non-zero. This has been removed because returned Prenotes
4
4
were being incorrectly marked as invalid.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/gorilla/mux v1.8.1
11
11
github.com/igrmk/treemap/v2 v2.0.1
12
12
github.com/juju/ansiterm v1.0.0
13
- github.com/moov-io/base v0.49.0
13
+ github.com/moov-io/base v0.49.1
14
14
github.com/moov-io/iso4217 v0.3.0
15
15
github.com/prometheus/client_golang v1.19.1
16
16
github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27k
42
42
github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
43
43
github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA =
44
44
github.com/mattn/go-isatty v0.0.19 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
45
- github.com/moov-io/base v0.49.0 h1:chaXkH1qF28qDMHYm8F/XzhIC0T6U4wlZfyAawI/O6A =
46
- github.com/moov-io/base v0.49.0 /go.mod h1:cgqj5GSQtCRNkz0pE0Q31mCrWCg3WTB69XjJGfqYT+4 =
45
+ github.com/moov-io/base v0.49.1 h1:qoIqWimWBTD4duREAu0GDv+euZt4Wczd0OI/n6V6psA =
46
+ github.com/moov-io/base v0.49.1 /go.mod h1:ri6h0lEraRhho1S7Qe9uZy3mH77fkXU4Vnt3KjAVzaw =
47
47
github.com/moov-io/iso4217 v0.3.0 h1:xAxeJEn7QIpEy971eElEGiaLNdj81UwOcCcvE6j2ZAo =
48
48
github.com/moov-io/iso4217 v0.3.0 /go.mod h1:/pF1mBInDSJtwyWkLNr8EMdIn1zIl2cyjaVi4Xhpd44 =
49
49
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
Original file line number Diff line number Diff line change 18
18
package ach
19
19
20
20
// Version Number
21
- const Version = "v1.39.1 "
21
+ const Version = "v1.39.2 "
You can’t perform that action at this time.
0 commit comments