@@ -22,6 +22,7 @@ require (
2222 github.com/gagliardetto/solana-go v1.13.0
2323 github.com/go-resty/resty/v2 v2.17.2
2424 github.com/goccy/go-yaml v1.19.2
25+ github.com/google/go-cmp v0.7.0
2526 github.com/google/uuid v1.6.0
2627 github.com/jarcoal/httpmock v1.4.1
2728 github.com/olekukonko/tablewriter v0.0.5
@@ -35,7 +36,7 @@ require (
3536 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
3637 github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
3738 github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4
38- github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.3
39+ github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.13
3940 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5
4041 github.com/smartcontractkit/chainlink-ton v0.0.0-20260219201907-054376f21418
4142 github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250815105909-75499abc4335
@@ -79,7 +80,6 @@ require (
7980 github.com/go-openapi/swag v0.23.0 // indirect
8081 github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
8182 github.com/google/gnostic-models v0.6.9 // indirect
82- github.com/google/go-cmp v0.7.0 // indirect
8383 github.com/google/gofuzz v1.2.0 // indirect
8484 github.com/grafana/pyroscope-go v1.2.7 // indirect
8585 github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect
0 commit comments