diff --git a/.changeset/sweet-jars-hope.md b/.changeset/sweet-jars-hope.md new file mode 100644 index 00000000000..38a90cd409b --- /dev/null +++ b/.changeset/sweet-jars-hope.md @@ -0,0 +1,5 @@ +--- +"chainlink": patch +--- + +Update to latest chainlink-common to load securemint-aggregator diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 6687e1866c1..0b3d18b7768 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -40,7 +40,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 6d863749b3f..cffc18bed57 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1511,8 +1511,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/deployment/go.mod b/deployment/go.mod index 05d0e9fe830..e53b2ea6620 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -33,7 +33,7 @@ require ( github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 diff --git a/deployment/go.sum b/deployment/go.sum index 29db1f3404b..a8eccedfcdb 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1263,8 +1263,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/go.mod b/go.mod index 35bb89533b6..7e9f3c52751 100644 --- a/go.mod +++ b/go.mod @@ -81,7 +81,7 @@ require ( github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-common/pkg/workflows/sdk/v2/pb v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae diff --git a/go.sum b/go.sum index f8ca8722f9b..d5550d6b618 100644 --- a/go.sum +++ b/go.sum @@ -1088,8 +1088,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index ef4f34c252d..596a9a037d9 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -47,7 +47,7 @@ require ( github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 024815953da..2417414f720 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1488,8 +1488,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 650aa4fcc9f..efdc4cc79c0 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -29,7 +29,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.6 diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index f173859dde7..166e1b8c7c0 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1470,8 +1470,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 28d4fa096a0..6b1e494f010 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -21,7 +21,7 @@ require ( github.com/rs/zerolog v1.33.0 github.com/scylladb/go-reflectx v1.0.1 github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index f6ff931b99d..d7ad1f46a4f 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1257,8 +1257,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index fd91fc5814f..04a9fc4c259 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -23,7 +23,7 @@ require ( github.com/prometheus/common v0.63.0 github.com/rs/zerolog v1.33.0 github.com/shopspring/decimal v1.4.0 - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index a22b23937e4..fd2f66006ec 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1453,8 +1453,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0 h1:3wcPeVTW1tzeEt4YkBol/+vEIkuS2s8pm9wHYxbgAP4= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707183758-0325e478c7f0/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55 h1:SWIkc4TMN3/7moNyLRMXPUHYik6VBqDqo702KexVBKg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250708141512-9d0a81a75d55/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ=