File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -90,10 +90,12 @@ github.com/sasha-s/go-deadlock v0.3.5 h1:tNCOEEDG6tBqrNDOX35j/7hL5FcFViG6awUGROb
9090github.com/sasha-s/go-deadlock v0.3.5 /go.mod h1:bugP6EGbdGYObIlx7pUZtWqlvo8k9H6vCBBsiChJQ5U =
9191github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
9292github.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 =
9595github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY =
9696github.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 =
9799github.com/smartcontractkit/libocr v0.0.0-20250220133800-f3b940c4f298 h1:PKiqnVOTChlH4a4ljJKL3OKGRgYfIpJS4YD1daAIKks =
98100github.com/smartcontractkit/libocr v0.0.0-20250220133800-f3b940c4f298 /go.mod h1:Mb7+/LC4edz7HyHxX4QkE42pSuov4AV68+AxBXAap0o =
99101github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments