Skip to content

Commit c5b5c6c

Browse files
committed
Update vendored dependencies
1 parent c1320c0 commit c5b5c6c

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed

stembuild/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/google/subcommands v1.2.0
88
github.com/masterzen/winrm v0.0.0-20250819055755-20c0798bc988
99
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.3
10-
github.com/onsi/ginkgo/v2 v2.25.2
10+
github.com/onsi/ginkgo/v2 v2.25.3
1111
github.com/onsi/gomega v1.38.2
1212
github.com/packer-community/winrmcp v0.0.0-20221126162354-6e900dd2c68f
1313
github.com/pkg/errors v0.9.1

stembuild/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
9393
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
9494
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
9595
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
96-
github.com/onsi/ginkgo/v2 v2.25.2 h1:hepmgwx1D+llZleKQDMEvy8vIlCxMGt7W5ZxDjIEhsw=
97-
github.com/onsi/ginkgo/v2 v2.25.2/go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE=
96+
github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw=
97+
github.com/onsi/ginkgo/v2 v2.25.3/go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE=
9898
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
9999
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
100100
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=

stembuild/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

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

stembuild/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go

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

stembuild/vendor/github.com/onsi/ginkgo/v2/types/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stembuild/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ github.com/mitchellh/mapstructure
146146
github.com/nu7hatch/gouuid
147147
# github.com/onsi/ginkgo v1.16.5
148148
## explicit; go 1.16
149-
# github.com/onsi/ginkgo/v2 v2.25.2
149+
# github.com/onsi/ginkgo/v2 v2.25.3
150150
## explicit; go 1.23.0
151151
github.com/onsi/ginkgo/v2
152152
github.com/onsi/ginkgo/v2/config

0 commit comments

Comments
 (0)