File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.24 as builder
1+ FROM golang:1.25 as builder
22RUN apt-get update && apt-get install -y pdftk make gcc g++ ca-certificates \
33 && rm -rf /var/lib/apt/lists/*
44
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ module github.com/moov-io/irs
22
33go 1.24
44
5- toolchain go1.24.3
5+ toolchain go1.25.0
66
77require (
88 github.com/antihax/optional v1.0.0
99 github.com/go-kit/log v0.2.1
1010 github.com/gorilla/mux v1.8.1
11- github.com/moov-io/base v0.55 .0
11+ github.com/moov-io/base v0.57 .0
1212 github.com/spf13/cobra v1.9.1
1313 github.com/stretchr/testify v1.10.0
1414 golang.org/x/oauth2 v0.30.0
Original file line number Diff line number Diff line change @@ -970,6 +970,8 @@ github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
970970github.com/moby/term v0.5.0 /go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y =
971971github.com/moov-io/base v0.55.0 h1:eP0r9rQEcbhkNxm+MFrCVCONLrycHXbajo8Vf1PXEuY =
972972github.com/moov-io/base v0.55.0 /go.mod h1:1NCnzm42u3Ef1bWGYQ1YNhQzzoDLey8YfSwTtQoyWv0 =
973+ github.com/moov-io/base v0.57.0 h1:GhhLX5N15homCejycjc+o/mr4NbTu8v6IDLDGQPoACs =
974+ github.com/moov-io/base v0.57.0 /go.mod h1:Aiq0LQFbE1ha+bAOGxDtnu8ZEGzZorcIK/1jALBPk/E =
973975github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A =
974976github.com/morikuni/aec v1.0.0 /go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc =
975977github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
You can’t perform that action at this time.
0 commit comments