Skip to content

Commit e30c395

Browse files
committed
updating go.mod dependency
1 parent 1d081b5 commit e30c395

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chains/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/jpillora/backoff v1.0.0
88
github.com/prometheus/client_golang v1.21.1
99
github.com/shopspring/decimal v1.4.0
10-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250521163734-723cad356d85
10+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250617130623-1b825fd1d77e
1111
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260
1212
github.com/stretchr/testify v1.10.0
1313
go.uber.org/multierr v1.11.0
@@ -75,5 +75,3 @@ require (
7575
google.golang.org/protobuf v1.36.6 // indirect
7676
gopkg.in/yaml.v3 v3.0.1 // indirect
7777
)
78-
79-
replace github.com/smartcontractkit/chainlink-common => ../../chainlink-common

chains/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ 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.20250617130623-1b825fd1d77e h1:UcF/QDseqx4uwujULxAQ6ai0d3rRXGXU9Vn1LVelils=
94+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250617130623-1b825fd1d77e/go.mod h1:1ntZ0rtQpPx6h+xlcOJp0ccqHFaxTzW2Z62FJG358q0=
9395
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
9496
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
9597
github.com/smartcontractkit/freeport v0.1.1 h1:B5fhEtmgomdIhw03uPVbVTP6oPv27fBhZsoZZMSIS8I=

0 commit comments

Comments
 (0)