File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ flowchart LR
125125 chainlink-sui --> chainlink-ccip
126126 click chainlink-sui href "https://github.com/smartcontractkit/chainlink-sui"
127127 chainlink-sui/deployment --> chainlink-deployments-framework
128- chainlink-sui/deployment --> chainlink-sui
129128 click chainlink-sui/deployment href "https://github.com/smartcontractkit/chainlink-sui"
130129 chainlink-sui/integration-tests --> chainlink-sui/deployment
131130 click chainlink-sui/integration-tests href "https://github.com/smartcontractkit/chainlink-sui"
@@ -141,8 +140,8 @@ flowchart LR
141140 click grpc-proxy href "https://github.com/smartcontractkit/grpc-proxy"
142141 libocr
143142 click libocr href "https://github.com/smartcontractkit/libocr"
144- mcms --> chainlink-aptos
145143 mcms --> chainlink-ccip/chains/solana
144+ mcms --> chainlink-sui
146145 mcms --> chainlink-testing-framework/framework
147146 click mcms href "https://github.com/smartcontractkit/mcms"
148147
Original file line number Diff line number Diff line change 88 matrix :
99 MODULE : [".", "./integration-tests", "./deployment"]
1010 cmd : cd {{ .ITEM.MODULE }} && go mod tidy
11+ - task : modgraph
12+
13+ modgraph :
14+ desc : " Run go mod graph in all modules and writes to go.md"
15+ cmd : ./scripts/modgraph.sh > go.md
You can’t perform that action at this time.
0 commit comments