Skip to content

Commit e6d7e07

Browse files
Bump cdr.dev/slog in /src/D2Sharp/d2wrapper
Bumps [cdr.dev/slog](https://github.com/coder/slog) from 1.4.2-0.20221206192828-e4803b10ae17 to 1.6.1. - [Release notes](https://github.com/coder/slog/releases) - [Commits](https://github.com/coder/slog/commits/v1.6.1) --- updated-dependencies: - dependency-name: cdr.dev/slog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c320817 commit e6d7e07

File tree

2 files changed

+53
-110
lines changed

2 files changed

+53
-110
lines changed

src/D2Sharp/d2wrapper/go.mod

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@ module d2wrapper
33
go 1.22.2
44

55
require (
6-
cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17
6+
cdr.dev/slog v1.6.1
77
oss.terrastruct.com/d2 v0.6.3
88
)
99

1010
require (
1111
github.com/PuerkitoBio/goquery v1.8.1 // indirect
12-
github.com/alecthomas/chroma v0.10.0 // indirect
1312
github.com/alecthomas/chroma/v2 v2.5.0 // indirect
1413
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
1516
github.com/dlclark/regexp2 v1.10.0 // indirect
1617
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d // indirect
17-
github.com/fatih/color v1.13.0 // indirect
1818
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
1919
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
20-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
2120
github.com/google/pprof v0.0.0-20231205033806-a5a03c77bf08 // indirect
2221
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
23-
github.com/mattn/go-colorable v0.1.9 // indirect
2422
github.com/mattn/go-isatty v0.0.20 // indirect
23+
github.com/mattn/go-runewidth v0.0.15 // indirect
2524
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
2627
github.com/rivo/uniseg v0.4.4 // indirect
2728
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
2931
golang.org/x/crypto v0.21.0 // indirect
3032
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
3133
golang.org/x/image v0.18.0 // indirect

0 commit comments

Comments
 (0)