Skip to content

Commit 3780474

Browse files
committed
update modgraph
1 parent 4249e78 commit 3780474

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

go.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ flowchart LR
1616
click grafana href "https://github.com/smartcontractkit/chainlink-testing-framework/grafana"
1717
havoc --> lib/grafana
1818
click havoc href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
19-
havoc/examples --> framework
20-
havoc/examples --> havoc
21-
click havoc/examples href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
2219
lib --> seth
2320
click lib href "https://github.com/smartcontractkit/chainlink-testing-framework/lib"
2421
lib/grafana
@@ -47,12 +44,6 @@ flowchart LR
4744
end
4845
click framework-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
4946
50-
subgraph havoc-repo[havoc]
51-
havoc
52-
havoc/examples
53-
end
54-
click havoc-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
55-
5647
subgraph lib-repo[lib]
5748
lib
5849
lib/grafana
@@ -67,5 +58,5 @@ flowchart LR
6758
click tools-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/tools"
6859
6960
classDef outline stroke-dasharray:6,fill:none;
70-
class framework-repo,havoc-repo,lib-repo,tools-repo outline
61+
class framework-repo,lib-repo,tools-repo outline
7162
```

0 commit comments

Comments
 (0)