Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d0f107

Browse files
committed
Add comment explaining glog fork
1 parent b8c4fc2 commit 8d0f107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ replace github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.202103
2525

2626
replace github.com/rivo/tview => github.com/kylecarbs/tview v0.0.0-20220309202238-8464256e10a1
2727

28-
// glog has a single goroutine leak on start
28+
// glog has a single goroutine leak on start that we removed in a fork: https://github.com/coder/glog/pull/1.
2929
replace github.com/golang/glog => github.com/coder/glog v1.0.1-0.20220322161911-7365fe7f2cd1
3030

3131
require (

0 commit comments

Comments
 (0)