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 17, 2025
1 parent 2d2c81f commit ad42013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 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/base v0.53.0
github.com/moov-io/ach v1.45.5
github.com/moov-io/base v0.54.1
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 ad42013

Please sign in to comment.