@@ -10,6 +10,7 @@ require (
1010 github.com/jackc/pgtype v1.14.4
1111 github.com/jmoiron/sqlx v1.4.0
1212 github.com/jpillora/backoff v1.0.0
13+ github.com/kylelemons/godebug v1.1.0
1314 github.com/leanovate/gopter v0.2.11
1415 github.com/lib/pq v1.10.9
1516 github.com/onsi/gomega v1.36.2
@@ -19,7 +20,7 @@ require (
1920 github.com/prometheus/client_model v0.6.1
2021 github.com/prometheus/common v0.63.0
2122 github.com/shopspring/decimal v1.4.0
22- github.com/smartcontractkit/chainlink-common v0.7.1-0.20250429205337-7ee5f91ed065
23+ github.com/smartcontractkit/chainlink-common v0.7.1-0.20250430133340-d04a3b64e331
2324 github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250408161305-721208f43882
2425 github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250502210357-2df484128afa
2526 github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250502210357-2df484128afa
@@ -116,7 +117,6 @@ require (
116117 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
117118 github.com/kr/pretty v0.3.1 // indirect
118119 github.com/kr/text v0.2.0 // indirect
119- github.com/kylelemons/godebug v1.1.0 // indirect
120120 github.com/leodido/go-urn v1.4.0 // indirect
121121 github.com/mailru/easyjson v0.7.7 // indirect
122122 github.com/marcboeker/go-duckdb v1.8.3 // indirect
0 commit comments