File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# generated-from:4eb13d9dd6505954e3ad7dafa7ad1014b4f5710bce763c9b94bbb3e61ca04538 DO NOT REMOVE, DO UPDATE
2
2
3
- FROM golang:1.23 as builder
3
+ FROM golang:1.24 as builder
4
4
WORKDIR /src
5
5
ARG VERSION
6
6
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ module github.com/moov-io/ach-web-viewer
5
5
go 1.22.2
6
6
7
7
require (
8
- cloud.google.com/go/storage v1.48 .0
8
+ cloud.google.com/go/storage v1.50 .0
9
9
github.com/gorilla/mux v1.8.1
10
10
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
12
12
github.com/moov-io/base v0.53.0
13
13
github.com/moov-io/cryptfs v0.8.0
14
14
github.com/stretchr/testify v1.10.0
15
15
gocloud.dev v0.40.0
16
- golang.org/x/sync v0.10 .0
16
+ golang.org/x/sync v0.11 .0
17
17
)
18
18
19
19
require (
You can’t perform that action at this time.
0 commit comments