Skip to content

Commit 6709020

Browse files
committed
fix goroutine leak in test
1 parent 861b04e commit 6709020

File tree

4 files changed

+827
-37
lines changed

4 files changed

+827
-37
lines changed

go.mod

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/cenkalti/backoff/v5 v5.0.1
1010
github.com/cenkalti/boltbrowser v0.0.0-20190327195521-ebed13c76690
1111
github.com/cenkalti/log v1.0.0
12-
github.com/chihaya/chihaya v1.0.1-0.20191017040149-0a420fe05344
12+
github.com/chihaya/chihaya v1.0.1-0.20230615203145-2f794401e44a
1313
github.com/fatih/structs v1.1.0
1414
github.com/fortytw2/leaktest v1.3.0
1515
github.com/gofrs/uuid v4.4.0+incompatible
@@ -45,7 +45,6 @@ require (
4545
github.com/jackpal/bencode-go v1.0.0 // indirect
4646
github.com/julienschmidt/httprouter v1.3.0 // indirect
4747
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
48-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
4948
github.com/mattn/go-colorable v0.1.8 // indirect
5049
github.com/mattn/go-isatty v0.0.12 // indirect
5150
github.com/mattn/go-runewidth v0.0.10 // indirect
@@ -63,7 +62,7 @@ require (
6362
github.com/prometheus/procfs v0.8.0 // indirect
6463
github.com/rivo/uniseg v0.2.0 // indirect
6564
github.com/russross/blackfriday/v2 v2.1.0 // indirect
66-
github.com/sirupsen/logrus v1.6.0 // indirect
65+
github.com/sirupsen/logrus v1.8.1 // indirect
6766
github.com/spaolacci/murmur3 v1.1.0 // indirect
6867
github.com/youtube/vitess v3.0.0-rc.3+incompatible // indirect
6968
golang.org/x/crypto v0.31.0 // indirect

0 commit comments

Comments
 (0)