File tree Expand file tree Collapse file tree 2 files changed +8
-117
lines changed Expand file tree Collapse file tree 2 files changed +8
-117
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20230421140225-
51
51
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
52
52
53
53
require (
54
- cdr.dev/slog v1.5.3
54
+ cdr.dev/slog v1.5.4
55
55
cloud.google.com/go/compute/metadata v0.2.3
56
56
github.com/AlecAivazis/survey/v2 v2.3.5
57
57
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
@@ -352,12 +352,14 @@ require (
352
352
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
353
353
)
354
354
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
+ )
356
359
357
360
require (
358
361
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
359
362
github.com/cloudflare/circl v1.3.3 // indirect
360
- github.com/dave/dst v0.27.2 // indirect
361
363
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
362
364
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
363
365
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
You can’t perform that action at this time.
0 commit comments