Skip to content

Commit

Permalink
Bump cdr.dev/slog from 1.4.1 to 1.6.1 (#45)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 020c973 commit dd9b525
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 515 deletions.
23 changes: 12 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/coder/code-marketplace
go 1.19

require (
cdr.dev/slog v1.4.1
cdr.dev/slog v1.6.1
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
github.com/go-chi/httprate v0.9.0
Expand All @@ -13,24 +13,25 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.19.0
golang.org/x/sync v0.7.0
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
)

require (
github.com/alecthomas/chroma v0.9.1 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.16.0 // indirect
go.opentelemetry.io/otel/trace v1.16.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
Expand Down
Loading

0 comments on commit dd9b525

Please sign in to comment.