Skip to content

Commit b08126c

Browse files
Excavator: Bump go dependency github.com/kunwardeep/paralleltest (#109)
1 parent e6f2031 commit b08126c

File tree

4 files changed

+104
-6
lines changed

4 files changed

+104
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/kisielk/errcheck v1.9.0
6868
github.com/kkHAIKE/contextcheck v1.1.6
6969
github.com/kulti/thelper v0.7.1
70-
github.com/kunwardeep/paralleltest v1.0.14
70+
github.com/kunwardeep/paralleltest v1.0.15
7171
github.com/lasiar/canonicalheader v1.1.2
7272
github.com/ldez/exptostd v0.4.5
7373
github.com/ldez/gomoddirectives v0.7.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
271271
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
272272
github.com/kulti/thelper v0.7.1 h1:fI8QITAoFVLx+y+vSyuLBP+rcVIB8jKooNSCT2EiI98=
273273
github.com/kulti/thelper v0.7.1/go.mod h1:NsMjfQEy6sd+9Kfw8kCP61W1I0nerGSYSFnGaxQkcbs=
274-
github.com/kunwardeep/paralleltest v1.0.14 h1:wAkMoMeGX/kGfhQBPODT/BL8XhK23ol/nuQ3SwFaUw8=
275-
github.com/kunwardeep/paralleltest v1.0.14/go.mod h1:di4moFqtfz3ToSKxhNjhOZL+696QtJGCFe132CbBLGk=
274+
github.com/kunwardeep/paralleltest v1.0.15 h1:ZMk4Qt306tHIgKISHWFJAO1IDQJLc6uDyJMLyncOb6w=
275+
github.com/kunwardeep/paralleltest v1.0.15/go.mod h1:di4moFqtfz3ToSKxhNjhOZL+696QtJGCFe132CbBLGk=
276276
github.com/lasiar/canonicalheader v1.1.2 h1:vZ5uqwvDbyJCnMhmFYimgMZnJMjwljN5VGY0VKbMXb4=
277277
github.com/lasiar/canonicalheader v1.1.2/go.mod h1:qJCeLFS0G/QlLQ506T+Fk/fWMa2VmBUiEI2cuMK4djI=
278278
github.com/ldez/exptostd v0.4.5 h1:kv2ZGUVI6VwRfp/+bcQ6Nbx0ghFWcGIKInkG/oFn1aQ=

vendor/github.com/kunwardeep/paralleltest/pkg/paralleltest/paralleltest.go

Lines changed: 100 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ github.com/klauspost/pgzip
591591
# github.com/kulti/thelper v0.7.1
592592
## explicit; go 1.24.0
593593
github.com/kulti/thelper/pkg/analyzer
594-
# github.com/kunwardeep/paralleltest v1.0.14
594+
# github.com/kunwardeep/paralleltest v1.0.15
595595
## explicit; go 1.23.0
596596
github.com/kunwardeep/paralleltest/pkg/paralleltest
597597
# github.com/lasiar/canonicalheader v1.1.2

0 commit comments

Comments
 (0)