This commit is contained in:
Júlio César Batista 2022-12-02 10:51:24 -08:00
parent be21a957ff
commit df0c98ba39
No known key found for this signature in database
GPG key ID: 10C4B861BF314878

View file

@ -5,11 +5,12 @@ import (
"sort" "sort"
"strings" "strings"
"oss.terrastruct.com/util-go/go2"
"oss.terrastruct.com/d2/d2graph" "oss.terrastruct.com/d2/d2graph"
"oss.terrastruct.com/d2/d2target" "oss.terrastruct.com/d2/d2target"
"oss.terrastruct.com/d2/lib/geo" "oss.terrastruct.com/d2/lib/geo"
"oss.terrastruct.com/d2/lib/label" "oss.terrastruct.com/d2/lib/label"
"oss.terrastruct.com/util-go/go2"
) )
// Layout identifies and performs layout on sequence diagrams within a graph // Layout identifies and performs layout on sequence diagrams within a graph