Skip to content

Commit 1f9a46d

Browse files
[fix] Added call to WaitGroup's Done method in csi package (kubernetes#2511)
* fix: added call to WaitGroup's Done method * fix: test comment
1 parent 858a2b0 commit 1f9a46d

File tree

5 files changed

+288
-0
lines changed

5 files changed

+288
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ require (
2020
github.com/spf13/pflag v1.0.5
2121
github.com/spf13/viper v1.15.0
2222
github.com/stretchr/testify v1.8.4
23+
go.uber.org/goleak v1.2.1
2324
golang.org/x/net v0.17.0
2425
golang.org/x/sys v0.13.0
2526
golang.org/x/term v0.13.0

0 commit comments

Comments
 (0)