Skip to content

Commit faaa1ea

Browse files
fix(deps): update all
1 parent 2d2c81f commit faaa1ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated-from:4eb13d9dd6505954e3ad7dafa7ad1014b4f5710bce763c9b94bbb3e61ca04538 DO NOT REMOVE, DO UPDATE
22

3-
FROM golang:1.23 as builder
3+
FROM golang:1.24 as builder
44
WORKDIR /src
55
ARG VERSION
66

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ module github.com/moov-io/ach-web-viewer
55
go 1.22.2
66

77
require (
8-
cloud.google.com/go/storage v1.48.0
8+
cloud.google.com/go/storage v1.50.0
99
github.com/gorilla/mux v1.8.1
1010
github.com/markbates/pkger v0.17.1
11-
github.com/moov-io/ach v1.45.1
11+
github.com/moov-io/ach v1.45.5
1212
github.com/moov-io/base v0.53.0
1313
github.com/moov-io/cryptfs v0.8.0
1414
github.com/stretchr/testify v1.10.0
1515
gocloud.dev v0.40.0
16-
golang.org/x/sync v0.10.0
16+
golang.org/x/sync v0.11.0
1717
)
1818

1919
require (

0 commit comments

Comments
 (0)