Skip to content

Commit 0da821d

Browse files
committed
build: update moov-io/ach to v1.40.4
1 parent f8fced4 commit 0da821d

File tree

2 files changed

+22
-123
lines changed

2 files changed

+22
-123
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/evanphx/json-patch v4.11.0+incompatible
99
github.com/gorilla/mux v1.8.1
1010
github.com/markbates/pkger v0.17.1
11-
github.com/moov-io/ach v1.40.3
11+
github.com/moov-io/ach v1.40.4
1212
github.com/moov-io/base v0.51.1
1313
github.com/stretchr/testify v1.9.0
1414
goftp.io/server v0.4.1
@@ -25,15 +25,15 @@ require (
2525
github.com/hashicorp/hcl v1.0.0 // indirect
2626
github.com/igrmk/treemap/v2 v2.0.1 // indirect
2727
github.com/magiconair/properties v1.8.7 // indirect
28-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
2928
github.com/mitchellh/mapstructure v1.5.0 // indirect
3029
github.com/moov-io/iso4217 v0.3.0 // indirect
30+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
3131
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
3232
github.com/pkg/errors v0.9.1 // indirect
3333
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3434
github.com/prometheus/client_golang v1.19.1 // indirect
3535
github.com/prometheus/client_model v0.6.1 // indirect
36-
github.com/prometheus/common v0.54.0 // indirect
36+
github.com/prometheus/common v0.55.0 // indirect
3737
github.com/prometheus/procfs v0.15.1 // indirect
3838
github.com/rickar/cal/v2 v2.1.17 // indirect
3939
github.com/sagikazarmark/locafero v0.6.0 // indirect
@@ -45,10 +45,10 @@ require (
4545
github.com/spf13/viper v1.19.0 // indirect
4646
github.com/subosito/gotenv v1.6.0 // indirect
4747
go.uber.org/multierr v1.11.0 // indirect
48-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
49-
golang.org/x/net v0.26.0 // indirect
48+
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
49+
golang.org/x/net v0.27.0 // indirect
5050
golang.org/x/sync v0.7.0 // indirect
51-
golang.org/x/sys v0.21.0 // indirect
51+
golang.org/x/sys v0.22.0 // indirect
5252
golang.org/x/text v0.16.0 // indirect
5353
google.golang.org/protobuf v1.34.2 // indirect
5454
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)