@@ -3,7 +3,7 @@ module github.com/coder/code-marketplace
3
3
go 1.19
4
4
5
5
require (
6
- cdr.dev/slog v1.4 .1
6
+ cdr.dev/slog v1.6 .1
7
7
github.com/go-chi/chi/v5 v5.1.0
8
8
github.com/go-chi/cors v1.2.1
9
9
github.com/go-chi/httprate v0.9.0
@@ -13,24 +13,25 @@ require (
13
13
github.com/stretchr/testify v1.9.0
14
14
golang.org/x/mod v0.19.0
15
15
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
17
17
)
18
18
19
19
require (
20
- github.com/alecthomas/chroma v0.9 .1 // indirect
20
+ github.com/aymanbagabas/go-osc52/v2 v2.0 .1 // indirect
21
21
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
23
23
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
28
24
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
31
30
github.com/pmezard/go-difflib v1.0.0 // indirect
31
+ github.com/rivo/uniseg v0.4.4 // indirect
32
32
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
34
35
golang.org/x/crypto v0.17.0 // indirect
35
36
golang.org/x/sys v0.15.0 // indirect
36
37
golang.org/x/term v0.15.0 // indirect
0 commit comments