build(deps): bump github.com/moricho/tparallel from 0.3.1 to 0.3.2 (#4849)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
e5d2d95fa0
commit
a62f1f13aa
2
go.mod
2
go.mod
@ -78,7 +78,7 @@ require (
|
||||
github.com/mgechev/revive v1.3.7
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/mitchellh/go-ps v1.0.0
|
||||
github.com/moricho/tparallel v0.3.1
|
||||
github.com/moricho/tparallel v0.3.2
|
||||
github.com/nakabonne/nestif v0.3.1
|
||||
github.com/nishanths/exhaustive v0.12.0
|
||||
github.com/nishanths/predeclared v0.2.2
|
||||
|
4
go.sum
generated
4
go.sum
generated
@ -388,8 +388,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
|
||||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
||||
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
||||
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
|
||||
github.com/moricho/tparallel v0.3.1 h1:fQKD4U1wRMAYNngDonW5XupoB/ZGJHdpzrWqgyg9krA=
|
||||
github.com/moricho/tparallel v0.3.1/go.mod h1:leENX2cUv7Sv2qDgdi0D0fCftN8fRC67Bcn8pqzeYNI=
|
||||
github.com/moricho/tparallel v0.3.2 h1:odr8aZVFA3NZrNybggMkYO3rgPRcqjeQUlBBFVxKHTI=
|
||||
github.com/moricho/tparallel v0.3.2/go.mod h1:OQ+K3b4Ln3l2TZveGCywybl68glfLEwFGqvnjok8b+U=
|
||||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
|
||||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
|
||||
github.com/nakabonne/nestif v0.3.1 h1:wm28nZjhQY5HyYPx+weN3Q65k6ilSBxDb8v5S81B81U=
|
||||
|
@ -385,9 +385,7 @@ func getLinterNames(tb testing.TB, fastOnly bool) []string {
|
||||
tb.Helper()
|
||||
|
||||
// add linter names here if needed.
|
||||
excluded := []string{
|
||||
"tparallel", // bug with go source code https://github.com/moricho/tparallel/pull/27
|
||||
}
|
||||
var excluded []string
|
||||
|
||||
linters, err := lintersdb.NewLinterBuilder().Build(config.NewDefault())
|
||||
require.NoError(tb, err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user