Skip to content

Commit ced4a67

Browse files
committed
bump common
1 parent eb9221e commit ced4a67

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

chains/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/jpillora/backoff v1.0.0
1010
github.com/prometheus/client_golang v1.21.1
1111
github.com/shopspring/decimal v1.4.0
12-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250502204350-10d475f3a9a3
12+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250509064637-63e517571940
1313
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260
1414
github.com/stretchr/testify v1.10.0
1515
go.uber.org/multierr v1.11.0
@@ -44,6 +44,7 @@ require (
4444
github.com/prometheus/client_model v0.6.1 // indirect
4545
github.com/prometheus/common v0.63.0 // indirect
4646
github.com/prometheus/procfs v0.16.0 // indirect
47+
github.com/smartcontractkit/freeport v0.1.0 // indirect
4748
github.com/smartcontractkit/libocr v0.0.0-20250220133800-f3b940c4f298 // indirect
4849
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
4950
go.opentelemetry.io/otel v1.35.0 // indirect

chains/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ github.com/sasha-s/go-deadlock v0.3.5 h1:tNCOEEDG6tBqrNDOX35j/7hL5FcFViG6awUGROb
9090
github.com/sasha-s/go-deadlock v0.3.5/go.mod h1:bugP6EGbdGYObIlx7pUZtWqlvo8k9H6vCBBsiChJQ5U=
9191
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
9292
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
93-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250502204350-10d475f3a9a3 h1:jNA0YjZA8EinTUokzl1O5oCMiCG0Ks5hGlrgz12OPiM=
94-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250502204350-10d475f3a9a3/go.mod h1:uNF6+noody47ZdmRwymDZAnQ7eKTXLzMKvl41LA63lo=
93+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250509064637-63e517571940 h1:zQ+7KaQTZ3E+PT2Y7+2Jh0khEDZ81hCD0LUBLFUigBk=
94+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250509064637-63e517571940/go.mod h1:uNF6+noody47ZdmRwymDZAnQ7eKTXLzMKvl41LA63lo=
9595
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
9696
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
97+
github.com/smartcontractkit/freeport v0.1.0 h1:3MZHeti5m+tSTBCq5R8rhawFHxrnQZYBZVL+xgS1sPo=
98+
github.com/smartcontractkit/freeport v0.1.0/go.mod h1:T4zH9R8R8lVWKfU7tUvYz2o2jMv1OpGCdpY2j2QZXzU=
9799
github.com/smartcontractkit/libocr v0.0.0-20250220133800-f3b940c4f298 h1:PKiqnVOTChlH4a4ljJKL3OKGRgYfIpJS4YD1daAIKks=
98100
github.com/smartcontractkit/libocr v0.0.0-20250220133800-f3b940c4f298/go.mod h1:Mb7+/LC4edz7HyHxX4QkE42pSuov4AV68+AxBXAap0o=
99101
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)