Skip to content

Commit 732e0c3

Browse files
fix(deps): update all
1 parent c82e98c commit 732e0c3

3 files changed

Lines changed: 233 additions & 77 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 as builder
1+
FROM golang:1.26 as builder
22
RUN apt-get update && apt-get install -y pdftk make gcc g++ ca-certificates \
33
&& rm -rf /var/lib/apt/lists/*
44

@@ -7,7 +7,7 @@ COPY . .
77
COPY ./configs/config.default.yml /configs/config.default.yml
88
RUN make build
99

10-
FROM debian:stable AS runtime
10+
FROM debian:trixie-20260623 AS runtime
1111
LABEL maintainer="Moov <oss@moov.io>"
1212

1313
RUN apt-get update && apt-get install -y curl

go.mod

Lines changed: 78 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,121 @@
11
module github.com/moov-io/irs
22

3-
go 1.24
3+
go 1.25.0
44

5-
toolchain go1.24.3
5+
toolchain go1.26.4
66

77
require (
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
12-
github.com/spf13/cobra v1.9.1
13-
github.com/stretchr/testify v1.10.0
14-
golang.org/x/oauth2 v0.30.0
11+
github.com/moov-io/base v0.61.3
12+
github.com/spf13/cobra v1.10.2
13+
github.com/stretchr/testify v1.11.1
14+
golang.org/x/oauth2 v0.36.0
1515
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
1616
)
1717

1818
require (
19-
cel.dev/expr v0.24.0 // indirect
20-
cloud.google.com/go v0.121.2 // indirect
21-
cloud.google.com/go/alloydb v1.16.0 // indirect
22-
cloud.google.com/go/alloydbconn v1.15.2 // indirect
23-
cloud.google.com/go/auth v0.16.1 // indirect
19+
cel.dev/expr v0.25.1 // indirect
20+
cloud.google.com/go v0.123.0 // indirect
21+
cloud.google.com/go/alloydb v1.26.0 // indirect
22+
cloud.google.com/go/alloydbconn v1.18.3 // indirect
23+
cloud.google.com/go/auth v0.20.0 // indirect
2424
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
25-
cloud.google.com/go/compute/metadata v0.7.0 // indirect
26-
cloud.google.com/go/iam v1.5.2 // indirect
27-
cloud.google.com/go/longrunning v0.6.7 // indirect
28-
cloud.google.com/go/monitoring v1.24.2 // indirect
29-
cloud.google.com/go/spanner v1.82.0 // indirect
30-
filippo.io/edwards25519 v1.1.0 // indirect
31-
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
32-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
33-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
34-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
25+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
26+
cloud.google.com/go/iam v1.11.0 // indirect
27+
cloud.google.com/go/longrunning v0.13.0 // indirect
28+
cloud.google.com/go/monitoring v1.29.0 // indirect
29+
cloud.google.com/go/spanner v1.91.0 // indirect
30+
filippo.io/edwards25519 v1.2.0 // indirect
31+
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
32+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.32.0 // indirect
33+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.56.0 // indirect
34+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.56.0 // indirect
3535
github.com/beorn7/perks v1.0.1 // indirect
36-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
36+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3737
github.com/cespare/xxhash/v2 v2.3.0 // indirect
38-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
38+
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
3939
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
40-
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
41-
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
40+
github.com/envoyproxy/go-control-plane/envoy v1.37.0 // indirect
41+
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
4242
github.com/felixge/httpsnoop v1.0.4 // indirect
43-
github.com/fsnotify/fsnotify v1.9.0 // indirect
44-
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
43+
github.com/fsnotify/fsnotify v1.10.1 // indirect
44+
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
4545
github.com/go-kit/kit v0.13.0 // indirect
46-
github.com/go-logfmt/logfmt v0.6.0 // indirect
47-
github.com/go-logr/logr v1.4.2 // indirect
46+
github.com/go-logfmt/logfmt v0.6.1 // indirect
47+
github.com/go-logr/logr v1.4.3 // indirect
4848
github.com/go-logr/stdr v1.2.2 // indirect
49-
github.com/go-sql-driver/mysql v1.9.2 // indirect
50-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
49+
github.com/go-sql-driver/mysql v1.10.0 // indirect
50+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
5151
github.com/gobuffalo/here v0.6.7 // indirect
52-
github.com/golang-migrate/migrate/v4 v4.18.3 // indirect
52+
github.com/golang-migrate/migrate/v4 v4.19.1 // indirect
5353
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5454
github.com/google/s2a-go v0.1.9 // indirect
5555
github.com/google/uuid v1.6.0 // indirect
56-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
57-
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
58-
github.com/googleapis/go-sql-spanner v1.13.2 // indirect
59-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
56+
github.com/googleapis/enterprise-certificate-proxy v0.3.15 // indirect
57+
github.com/googleapis/gax-go/v2 v2.22.0 // indirect
58+
github.com/googleapis/go-sql-spanner v1.25.1 // indirect
59+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect
6060
github.com/hashicorp/errwrap v1.1.0 // indirect
6161
github.com/hashicorp/go-multierror v1.1.1 // indirect
62+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
6263
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6364
github.com/jackc/pgpassfile v1.0.0 // indirect
6465
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
65-
github.com/jackc/pgx/v5 v5.7.5 // indirect
66+
github.com/jackc/pgx/v5 v5.9.2 // indirect
6667
github.com/jackc/puddle/v2 v2.2.2 // indirect
6768
github.com/kr/pretty v0.3.1 // indirect
6869
github.com/kr/text v0.2.0 // indirect
69-
github.com/lib/pq v1.10.9 // indirect
70+
github.com/lib/pq v1.12.3 // indirect
7071
github.com/markbates/pkger v0.17.1 // indirect
7172
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
72-
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
73+
github.com/pelletier/go-toml/v2 v2.3.1 // indirect
7374
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
7475
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
75-
github.com/prometheus/client_golang v1.22.0 // indirect
76+
github.com/prometheus/client_golang v1.23.2 // indirect
7677
github.com/prometheus/client_model v0.6.2 // indirect
77-
github.com/prometheus/common v0.64.0 // indirect
78-
github.com/prometheus/procfs v0.16.1 // indirect
79-
github.com/rogpeppe/go-internal v1.13.1 // indirect
80-
github.com/sagikazarmark/locafero v0.9.0 // indirect
81-
github.com/sourcegraph/conc v0.3.0 // indirect
82-
github.com/spf13/afero v1.14.0 // indirect
83-
github.com/spf13/cast v1.8.0 // indirect
84-
github.com/spf13/pflag v1.0.6 // indirect
85-
github.com/spf13/viper v1.20.1 // indirect
86-
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
78+
github.com/prometheus/common v0.67.5 // indirect
79+
github.com/prometheus/procfs v0.20.1 // indirect
80+
github.com/rogpeppe/go-internal v1.14.1 // indirect
81+
github.com/sagikazarmark/locafero v0.12.0 // indirect
82+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
83+
github.com/spf13/afero v1.15.0 // indirect
84+
github.com/spf13/cast v1.10.0 // indirect
85+
github.com/spf13/pflag v1.0.10 // indirect
86+
github.com/spf13/viper v1.21.0 // indirect
87+
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
8788
github.com/subosito/gotenv v1.6.0 // indirect
8889
github.com/zeebo/errs v1.4.0 // indirect
8990
go.opencensus.io v0.24.0 // indirect
90-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
91-
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
92-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
93-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
94-
go.opentelemetry.io/otel v1.36.0 // indirect
95-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
96-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0 // indirect
97-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0 // indirect
98-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
99-
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
100-
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
101-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
102-
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
91+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
92+
go.opentelemetry.io/contrib/detectors/gcp v1.43.0 // indirect
93+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.68.0 // indirect
94+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
95+
go.opentelemetry.io/otel v1.43.0 // indirect
96+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
97+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0 // indirect
98+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.43.0 // indirect
99+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
100+
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
101+
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
102+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
103+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
103104
go.uber.org/atomic v1.11.0 // indirect
104105
go.uber.org/multierr v1.11.0 // indirect
105-
golang.org/x/crypto v0.38.0 // indirect
106-
golang.org/x/net v0.40.0 // indirect
107-
golang.org/x/sync v0.14.0 // indirect
108-
golang.org/x/sys v0.33.0 // indirect
109-
golang.org/x/text v0.25.0 // indirect
110-
golang.org/x/time v0.11.0 // indirect
111-
google.golang.org/api v0.234.0 // indirect
112-
google.golang.org/genproto v0.0.0-20250519155744-55703ea1f237 // indirect
113-
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
114-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
115-
google.golang.org/grpc v1.72.1 // indirect
116-
google.golang.org/protobuf v1.36.6 // indirect
106+
go.yaml.in/yaml/v2 v2.4.4 // indirect
107+
go.yaml.in/yaml/v3 v3.0.4 // indirect
108+
golang.org/x/crypto v0.51.0 // indirect
109+
golang.org/x/net v0.55.0 // indirect
110+
golang.org/x/sync v0.20.0 // indirect
111+
golang.org/x/sys v0.45.0 // indirect
112+
golang.org/x/text v0.37.0 // indirect
113+
golang.org/x/time v0.15.0 // indirect
114+
google.golang.org/api v0.278.0 // indirect
115+
google.golang.org/genproto v0.0.0-20260504160031-60b97b32f348 // indirect
116+
google.golang.org/genproto/googleapis/api v0.0.0-20260504160031-60b97b32f348 // indirect
117+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260511170946-3700d4141b60 // indirect
118+
google.golang.org/grpc v1.81.1 // indirect
119+
google.golang.org/protobuf v1.36.11 // indirect
117120
gopkg.in/yaml.v3 v3.0.1 // indirect
118121
)

0 commit comments

Comments
 (0)