We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd20215 commit b60598dCopy full SHA for b60598d
1 file changed
go.mod
@@ -4,14 +4,14 @@ go 1.24.4
4
5
require (
6
github.com/gorilla/mux v1.8.1
7
- github.com/moov-io/ach v1.56.3
+ github.com/moov-io/ach v1.59.0
8
github.com/moov-io/ach-web-viewer v0.12.8
9
github.com/moov-io/base v0.61.1
10
- github.com/ncruces/go-sqlite3 v0.30.5
+ github.com/ncruces/go-sqlite3 v0.33.3
11
github.com/stretchr/testify v1.11.1
12
go.opentelemetry.io/otel v1.40.0
13
go.opentelemetry.io/otel/trace v1.40.0
14
- golang.org/x/sync v0.19.0
+ golang.org/x/sync v0.20.0
15
)
16
17
0 commit comments