Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c4fc2 commit 8d0f107Copy full SHA for 8d0f107
go.mod
@@ -25,7 +25,7 @@ replace github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.202103
25
26
replace github.com/rivo/tview => github.com/kylecarbs/tview v0.0.0-20220309202238-8464256e10a1
27
28
-// glog has a single goroutine leak on start
+// glog has a single goroutine leak on start that we removed in a fork: https://github.com/coder/glog/pull/1.
29
replace github.com/golang/glog => github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1
30
31
require (
0 commit comments