Skip to content

Commit 9adee91

Browse files
committed
run modgraph. add task for it
1 parent f1ae842 commit 9adee91

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

taskfiles/tidy/Taskfile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ tasks:
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

0 commit comments

Comments
 (0)