@@ -20,7 +20,7 @@ require (
2020 github.com/google/uuid v1.6.0
2121 github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1
2222 github.com/hashicorp/go-hclog v1.6.3
23- github.com/hashicorp/go-plugin v1.6.3
23+ github.com/hashicorp/go-plugin v1.7.0
2424 github.com/iancoleman/strcase v0.3.0
2525 github.com/invopop/jsonschema v0.13.0
2626 github.com/jackc/pgx/v4 v4.18.3
@@ -30,25 +30,26 @@ require (
3030 github.com/kylelemons/godebug v1.1.0
3131 github.com/lib/pq v1.10.9
3232 github.com/marcboeker/go-duckdb v1.8.5
33+ github.com/mr-tron/base58 v1.2.0
3334 github.com/pelletier/go-toml v1.9.5
3435 github.com/pelletier/go-toml/v2 v2.2.4
3536 github.com/prometheus/client_golang v1.22.0
3637 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
3738 github.com/scylladb/go-reflectx v1.0.1
3839 github.com/shopspring/decimal v1.4.0
3940 github.com/smartcontractkit/chain-selectors v1.0.67
40- github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.6
41- github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251020004840-4638e4262066
42- github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251008161434-22d9bd439bba
41+ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
42+ github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4
43+ github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9
4344 github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b
4445 github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
4546 github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251020004840-4638e4262066
4647 github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e
4748 github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7
4849 github.com/smartcontractkit/libocr v0.0.0-20250912173940-f3ab0246e23d
49- github.com/stretchr/testify v1.10.0
50- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61 .0
51- go.opentelemetry.io/otel v1.37 .0
50+ github.com/stretchr/testify v1.11.1
51+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63 .0
52+ go.opentelemetry.io/otel v1.38 .0
5253 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.12.2
5354 go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.12.2
5455 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36.0
@@ -59,21 +60,21 @@ require (
5960 go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0
6061 go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0
6162 go.opentelemetry.io/otel/log v0.13.0
62- go.opentelemetry.io/otel/metric v1.37 .0
63- go.opentelemetry.io/otel/sdk v1.37 .0
63+ go.opentelemetry.io/otel/metric v1.38 .0
64+ go.opentelemetry.io/otel/sdk v1.38 .0
6465 go.opentelemetry.io/otel/sdk/log v0.13.0
65- go.opentelemetry.io/otel/sdk/metric v1.37 .0
66- go.opentelemetry.io/otel/trace v1.37 .0
66+ go.opentelemetry.io/otel/sdk/metric v1.38 .0
67+ go.opentelemetry.io/otel/trace v1.38 .0
6768 go.uber.org/zap v1.27.0
68- golang.org/x/crypto v0.40 .0
69+ golang.org/x/crypto v0.45 .0
6970 golang.org/x/exp v0.0.0-20250711185948-6ae5c78190dc
70- golang.org/x/sync v0.16 .0
71+ golang.org/x/sync v0.18 .0
7172 golang.org/x/time v0.12.0
72- golang.org/x/tools v0.35 .0
73+ golang.org/x/tools v0.38 .0
7374 gonum.org/v1/gonum v0.16.0
74- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822
75- google.golang.org/grpc v1.74.2
76- google.golang.org/protobuf v1.36.7
75+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5
76+ google.golang.org/grpc v1.75.0
77+ google.golang.org/protobuf v1.36.8
7778 gopkg.in/yaml.v3 v3.0.1
7879 sigs.k8s.io/yaml v1.4.0
7980)
@@ -83,7 +84,6 @@ require (
8384 github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
8485 github.com/bahlo/generic-list-go v0.2.0 // indirect
8586 github.com/beorn7/perks v1.0.1 // indirect
86- github.com/bufbuild/protocompile v0.14.1 // indirect
8787 github.com/buger/goterm v1.0.4 // indirect
8888 github.com/buger/jsonparser v1.1.1 // indirect
8989 github.com/cenkalti/backoff/v5 v5.0.2 // indirect
@@ -112,7 +112,6 @@ require (
112112 github.com/jackc/pgproto3/v2 v2.3.3 // indirect
113113 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
114114 github.com/jackc/pgtype v1.14.4 // indirect
115- github.com/jhump/protoreflect v1.15.3 // indirect
116115 github.com/json-iterator/go v1.1.12 // indirect
117116 github.com/klauspost/compress v1.18.0 // indirect
118117 github.com/klauspost/cpuid/v2 v2.2.10 // indirect
@@ -127,7 +126,6 @@ require (
127126 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
128127 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
129128 github.com/modern-go/reflect2 v1.0.2 // indirect
130- github.com/mr-tron/base58 v1.2.0 // indirect
131129 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
132130 github.com/oklog/run v1.2.0 // indirect
133131 github.com/pierrec/lz4/v4 v4.1.22 // indirect
@@ -147,12 +145,13 @@ require (
147145 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
148146 go.opentelemetry.io/proto/otlp v1.6.0 // indirect
149147 go.uber.org/multierr v1.11.0 // indirect
150- golang.org/x/mod v0.26.0 // indirect
151- golang.org/x/net v0.42.0 // indirect
152- golang.org/x/sys v0.34.0 // indirect
153- golang.org/x/term v0.33.0 // indirect
154- golang.org/x/text v0.27.0 // indirect
148+ golang.org/x/mod v0.29.0 // indirect
149+ golang.org/x/net v0.47.0 // indirect
150+ golang.org/x/sys v0.38.0 // indirect
151+ golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
152+ golang.org/x/term v0.37.0 // indirect
153+ golang.org/x/text v0.31.0 // indirect
155154 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
156- google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
155+ google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
157156 gopkg.in/yaml.v2 v2.4.0 // indirect
158157)
0 commit comments