Skip to content

Commit 44914d8

Browse files
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.1 to 2.22.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.1...v2.22.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3788091 commit 44914d8

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
3131
github.com/mitchellh/gox v1.0.1
3232
github.com/olekukonko/tablewriter v0.0.5
33-
github.com/onsi/ginkgo/v2 v2.22.1
33+
github.com/onsi/ginkgo/v2 v2.22.2
3434
github.com/onsi/gomega v1.36.2
3535
github.com/patrickmn/go-cache v2.1.0+incompatible
3636
github.com/prometheus/client_golang v1.20.5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N
908908
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
909909
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
910910
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
911-
github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM=
912-
github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM=
911+
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
912+
github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
913913
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
914914
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
915915
github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw=

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

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ github.com/oklog/ulid
905905
# github.com/olekukonko/tablewriter v0.0.5
906906
## explicit; go 1.12
907907
github.com/olekukonko/tablewriter
908-
# github.com/onsi/ginkgo/v2 v2.22.1
908+
# github.com/onsi/ginkgo/v2 v2.22.2
909909
## explicit; go 1.22.0
910910
github.com/onsi/ginkgo/v2
911911
github.com/onsi/ginkgo/v2/config

0 commit comments

Comments
 (0)