Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading