@@ -5,40 +5,40 @@ module github.com/moov-io/achgateway
5
5
go 1.23.0
6
6
7
7
require (
8
- cloud.google.com/go/spanner v1.68 .0
8
+ cloud.google.com/go/spanner v1.77 .0
9
9
github.com/PagerDuty/go-pagerduty v1.8.0
10
- github.com/ProtonMail/go-crypto v1.1.5
11
- github.com/Shopify/sarama v1.38 .1
10
+ github.com/ProtonMail/go-crypto v1.1.6
11
+ github.com/Shopify/sarama v1.45 .1
12
12
github.com/go-kit/kit v0.13.0
13
13
github.com/google/uuid v1.6.0
14
14
github.com/gorilla/mux v1.8.1
15
15
github.com/hashicorp/go-retryablehttp v0.7.7
16
16
github.com/igrmk/treemap/v2 v2.0.1
17
17
github.com/jlaffaye/ftp v0.2.0
18
- github.com/moov-io/ach v1.45.3
19
- github.com/moov-io/base v0.53.0
18
+ github.com/moov-io/ach v1.45.5
19
+ github.com/moov-io/base v0.54.1
20
20
github.com/moov-io/cryptfs v0.8.0
21
21
github.com/moov-io/go-ftp v0.4.0
22
- github.com/moov-io/go-sftp v0.15.0
22
+ github.com/moov-io/go-sftp v0.15.1
23
23
github.com/ory/dockertest/v3 v3.11.0
24
24
github.com/ory/mail/v3 v3.0.0
25
25
github.com/pkg/errors v0.9.1
26
- github.com/prometheus/client_golang v1.20.5
27
- github.com/rickar/cal/v2 v2.1.21
26
+ github.com/prometheus/client_golang v1.21.1
27
+ github.com/rickar/cal/v2 v2.1.22
28
28
github.com/robfig/cron/v3 v3.0.1
29
29
github.com/sethvargo/go-retry v0.3.0
30
- github.com/slack-go/slack v0.15 .0
30
+ github.com/slack-go/slack v0.16 .0
31
31
github.com/spf13/viper v1.19.0
32
32
github.com/stretchr/testify v1.10.0
33
33
go.opentelemetry.io/otel v1.35.0
34
34
go.opentelemetry.io/otel/trace v1.35.0
35
35
gocloud.dev v0.37.0
36
36
gocloud.dev/pubsub/kafkapubsub v0.34.0
37
37
goftp.io/server v0.4.1
38
- golang.org/x/crypto v0.35 .0
38
+ golang.org/x/crypto v0.36 .0
39
39
golang.org/x/sync v0.12.0
40
40
golang.org/x/text v0.23.0
41
- google.golang.org/api v0.199 .0
41
+ google.golang.org/api v0.225 .0
42
42
)
43
43
44
44
require (
0 commit comments