Skip to content

Commit dd9b525

Browse files
Bump cdr.dev/slog from 1.4.1 to 1.6.1 (#45)
Bumps [cdr.dev/slog](https://github.com/coder/slog) from 1.4.1 to 1.6.1. - [Release notes](https://github.com/coder/slog/releases) - [Commits](coder/slog@v1.4.1...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 020c973 commit dd9b525

File tree

2 files changed

+57
-515
lines changed

2 files changed

+57
-515
lines changed

go.mod

+12-11
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/coder/code-marketplace
33
go 1.19
44

55
require (
6-
cdr.dev/slog v1.4.1
6+
cdr.dev/slog v1.6.1
77
github.com/go-chi/chi/v5 v5.1.0
88
github.com/go-chi/cors v1.2.1
99
github.com/go-chi/httprate v0.9.0
@@ -13,24 +13,25 @@ require (
1313
github.com/stretchr/testify v1.9.0
1414
golang.org/x/mod v0.19.0
1515
golang.org/x/sync v0.7.0
16-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
16+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
1717
)
1818

1919
require (
20-
github.com/alecthomas/chroma v0.9.1 // indirect
20+
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2121
github.com/cespare/xxhash/v2 v2.1.2 // indirect
22-
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
22+
github.com/charmbracelet/lipgloss v0.7.1 // indirect
2323
github.com/davecgh/go-spew v1.1.1 // indirect
24-
github.com/dlclark/regexp2 v1.4.0 // indirect
25-
github.com/fatih/color v1.12.0 // indirect
26-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
27-
github.com/google/go-cmp v0.5.8 // indirect
2824
github.com/inconshreveable/mousetrap v1.1.0 // indirect
29-
github.com/mattn/go-colorable v0.1.8 // indirect
30-
github.com/mattn/go-isatty v0.0.12 // indirect
25+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
26+
github.com/mattn/go-isatty v0.0.19 // indirect
27+
github.com/mattn/go-runewidth v0.0.15 // indirect
28+
github.com/muesli/reflow v0.3.0 // indirect
29+
github.com/muesli/termenv v0.15.2 // indirect
3130
github.com/pmezard/go-difflib v1.0.0 // indirect
31+
github.com/rivo/uniseg v0.4.4 // indirect
3232
github.com/spf13/pflag v1.0.5 // indirect
33-
go.opencensus.io v0.23.0 // indirect
33+
go.opentelemetry.io/otel v1.16.0 // indirect
34+
go.opentelemetry.io/otel/trace v1.16.0 // indirect
3435
golang.org/x/crypto v0.17.0 // indirect
3536
golang.org/x/sys v0.15.0 // indirect
3637
golang.org/x/term v0.15.0 // indirect

0 commit comments

Comments
 (0)