Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 2d2c81f commit faaa1ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generated-from:4eb13d9dd6505954e3ad7dafa7ad1014b4f5710bce763c9b94bbb3e61ca04538 DO NOT REMOVE, DO UPDATE

FROM golang:1.23 as builder
FROM golang:1.24 as builder
WORKDIR /src
ARG VERSION

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ module github.com/moov-io/ach-web-viewer
go 1.22.2

require (
cloud.google.com/go/storage v1.48.0
cloud.google.com/go/storage v1.50.0
github.com/gorilla/mux v1.8.1
github.com/markbates/pkger v0.17.1
github.com/moov-io/ach v1.45.1
github.com/moov-io/ach v1.45.5
github.com/moov-io/base v0.53.0
github.com/moov-io/cryptfs v0.8.0
github.com/stretchr/testify v1.10.0
gocloud.dev v0.40.0
golang.org/x/sync v0.10.0
golang.org/x/sync v0.11.0
)

require (
Expand Down

0 comments on commit faaa1ea

Please sign in to comment.