@@ -3,29 +3,31 @@ module d2wrapper
3
3
go 1.22.2
4
4
5
5
require (
6
- cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17
6
+ cdr.dev/slog v1.6.1
7
7
oss.terrastruct.com/d2 v0.6.3
8
8
)
9
9
10
10
require (
11
11
github.com/PuerkitoBio/goquery v1.8.1 // indirect
12
- github.com/alecthomas/chroma v0.10.0 // indirect
13
12
github.com/alecthomas/chroma/v2 v2.5.0 // indirect
14
13
github.com/andybalholm/cascadia v1.3.2 // indirect
14
+ github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
15
+ github.com/charmbracelet/lipgloss v0.7.1 // indirect
15
16
github.com/dlclark/regexp2 v1.10.0 // indirect
16
17
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d // indirect
17
- github.com/fatih/color v1.13.0 // indirect
18
18
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
19
19
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
20
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
21
20
github.com/google/pprof v0.0.0-20231205033806-a5a03c77bf08 // indirect
22
21
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
23
- github.com/mattn/go-colorable v0.1.9 // indirect
24
22
github.com/mattn/go-isatty v0.0.20 // indirect
23
+ github.com/mattn/go-runewidth v0.0.15 // indirect
25
24
github.com/mazznoer/csscolorparser v0.1.3 // indirect
25
+ github.com/muesli/reflow v0.3.0 // indirect
26
+ github.com/muesli/termenv v0.15.2 // indirect
26
27
github.com/rivo/uniseg v0.4.4 // indirect
27
28
github.com/yuin/goldmark v1.6.0 // indirect
28
- go.opencensus.io v0.24.0 // indirect
29
+ go.opentelemetry.io/otel v1.16.0 // indirect
30
+ go.opentelemetry.io/otel/trace v1.16.0 // indirect
29
31
golang.org/x/crypto v0.21.0 // indirect
30
32
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
31
33
golang.org/x/image v0.18.0 // indirect
0 commit comments