Skip to content

Commit 2ac9af4

Browse files
Bump cdr.dev/slog from 1.4.1 to 1.6.1
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]>
1 parent dc25403 commit 2ac9af4

File tree

2 files changed

+60
-517
lines changed

2 files changed

+60
-517
lines changed

go.mod

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,35 @@ 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
1010
github.com/google/uuid v1.3.0
1111
github.com/lithammer/fuzzysearch v1.1.8
1212
github.com/spf13/cobra v1.8.1
13-
github.com/stretchr/testify v1.6.1
13+
github.com/stretchr/testify v1.8.3
1414
golang.org/x/mod v0.8.0
1515
golang.org/x/sync v0.1.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)