File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ replace go.opencensus.io => github.com/kylecarbs/opencensus-go v0.23.1-0.2022030
21
21
replace github.com/rivo/tview => github.com/kylecarbs/tview v0.0.0-20220309202238-8464256e10a1
22
22
23
23
// glog has a single goroutine leak on start that we removed in a fork: https://github.com/coder/glog/pull/1.
24
- replace github.com/golang/glog => github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1
24
+ replace github.com/golang/glog => github.com/coder/glog v1.0.1-0.20220323221746-33690bf45e15
25
25
26
26
// kcp-go starts a goroutine in an init function that we can't stop. It was
27
27
// fixed in our fork:
@@ -87,6 +87,7 @@ require (
87
87
github.com/gliderlabs/ssh v0.3.4
88
88
github.com/go-chi/chi v1.5.4
89
89
github.com/go-chi/chi/v5 v5.0.7
90
+ github.com/go-chi/cors v1.2.1
90
91
github.com/go-chi/httprate v0.7.1
91
92
github.com/go-chi/render v1.0.1
92
93
github.com/go-jose/go-jose/v3 v3.0.0
@@ -174,10 +175,7 @@ require (
174
175
tailscale.com v1.32.2
175
176
)
176
177
177
- require (
178
- github.com/armon/go-radix v1.0.0 // indirect
179
- github.com/go-chi/cors v1.2.1 // indirect
180
- )
178
+ require github.com/armon/go-radix v1.0.0 // indirect
181
179
182
180
require (
183
181
cloud.google.com/go/compute v1.18.0 // indirect
Original file line number Diff line number Diff line change @@ -334,6 +334,8 @@ github.com/coder/flog v1.1.0 h1:kbAes1ai8fIS5OeV+QAnKBQE22ty1jRF/mcAwHpLBa4=
334
334
github.com/coder/flog v1.1.0 /go.mod h1:UQlQvrkJBvnRGo69Le8E24Tcl5SJleAAR7gYEHzAmdQ =
335
335
github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1 h1:UqBrPWSYvRI2s5RtOul20JukUEpu4ip9u7biBL+ntgk =
336
336
github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1 /go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4 =
337
+ github.com/coder/glog v1.0.1-0.20220323221746-33690bf45e15 h1:zumdNzikdO9mgDZw/QD+FvO/XaxDk1mP0fIn3q+L6Yg =
338
+ github.com/coder/glog v1.0.1-0.20220323221746-33690bf45e15 /go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4 =
337
339
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 h1:0RgB61LcNs24WOxc3PBvygSNTQurm0PYPujJjLLOzs0 =
338
340
github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136 /go.mod h1:VkD1P761nykiq75dz+4iFqIQIZka189tx1BQLOp0Skc =
339
341
github.com/coder/retry v1.3.1-0.20230210155434-e90a2e1e091d h1:09JG37IgTB6n3ouX9BXdUiibGzkGGbslFuDZO9Ru9aw =
You can’t perform that action at this time.
0 commit comments