8000 chore(mod): update cdr.dev/slog · coder/coder@d1082d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1082d4

Browse files
committed
chore(mod): update cdr.dev/slog
1 parent 1d0fae8 commit d1082d4

File tree

2 files changed

+8
-117
lines changed

2 files changed

+8
-117
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20230421140225-
5151
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
5252

5353
require (
54-
cdr.dev/slog v1.5.3
54+
cdr.dev/slog v1.5.4
5555
cloud.google.com/go/compute/metadata v0.2.3
5656
github.com/AlecAivazis/survey/v2 v2.3.5
5757
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
@@ -352,12 +352,14 @@ require (
352352
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
353353
)
354354

355-
require github.com/gobwas/httphead v0.1.0
355+
require (
356+
github.com/dave/dst v0.27.2
357+
github.com/gobwas/httphead v0.1.0
358+
)
356359

357360
require (
358361
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
359362
github.com/cloudflare/circl v1.3.3 // indirect
360-
github.com/dave/dst v0.27.2 // indirect
361363
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
362364
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
363365
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect

0 commit comments

Comments
 (0)
0