Skip to content

Commit 418c593

Browse files
chore(deps): update module github.com/onsi/ginkgo/v2 to v2.26.0 (#42)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) | require | minor | `v2.25.3` -> `v2.26.0` | --- ### Release Notes <details> <summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary> ### [`v2.26.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.26.0) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.25.3...v2.26.0) #### 2.26.0 ##### Features Ginkgo can now generate json-formatted reports that are compatible with the `go test` json format. Use `ginkgo --gojson-report=report.go.json`. This is not intended to be a replacement for Ginkgo's native json format which is more information rich and better models Ginkgo's test structure semantics. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: Manuel Dewald <manuel@codesphere.com> Co-authored-by: Manuel Dewald <manuel.dewald@codesphere.com>
1 parent 3c53a9b commit 418c593

File tree

2 files changed

+31
-74
lines changed

2 files changed

+31
-74
lines changed

go.mod

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,29 @@ go 1.24.2
55
require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/codesphere-cloud/cs-go v0.11.1
8-
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
98
github.com/jedib0t/go-pretty/v6 v6.6.8
10-
github.com/onsi/ginkgo/v2 v2.25.3
9+
github.com/onsi/ginkgo/v2 v2.26.0
1110
github.com/onsi/gomega v1.38.2
1211
github.com/rhysd/go-github-selfupdate v1.2.3
1312
github.com/spf13/cobra v1.10.1
1413
github.com/stretchr/testify v1.11.1
15-
golang.org/x/sync v0.17.0
1614
)
1715

1816
require (
1917
github.com/Masterminds/semver/v3 v3.4.0 // indirect
20-
github.com/chzyer/readline v1.5.1 // indirect
2118
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
2219
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2320
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2421
github.com/go-logr/logr v1.4.3 // indirect
2522
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
26-
github.com/golang/protobuf v1.3.2 // indirect
2723
github.com/google/go-cmp v0.7.0 // indirect
28-
github.com/google/go-github v17.0.0+incompatible // indirect
2924
github.com/google/go-github/v30 v30.1.0 // indirect
3025
github.com/google/go-querystring v1.1.0 // indirect
3126
github.com/google/pprof v0.0.0-20250923004556-9e5a51aed1e8 // indirect
32-
github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b // indirect
27+
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
3328
github.com/inconshreveable/mousetrap v1.1.0 // indirect
34-
github.com/kr/pretty v0.3.1 // indirect
35-
github.com/kr/text v0.2.0 // indirect
3629
github.com/mattn/go-runewidth v0.0.19 // indirect
3730
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
38-
github.com/rivo/uniseg v0.4.7 // indirect
3931
github.com/rogpeppe/go-internal v1.14.1 // indirect
4032
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4133
github.com/spf13/pflag v1.0.10 // indirect
@@ -45,12 +37,13 @@ require (
4537
go.uber.org/automaxprocs v1.6.0 // indirect
4638
go.yaml.in/yaml/v3 v3.0.4 // indirect
4739
golang.org/x/crypto v0.42.0 // indirect
40+
golang.org/x/mod v0.28.0 // indirect
4841
golang.org/x/net v0.44.0 // indirect
4942
golang.org/x/oauth2 v0.30.0 // indirect
43+
golang.org/x/sync v0.17.0 // indirect
5044
golang.org/x/sys v0.36.0 // indirect
5145
golang.org/x/text v0.29.0 // indirect
5246
golang.org/x/tools v0.37.0 // indirect
53-
google.golang.org/appengine v1.3.0 // indirect
5447
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5548
gopkg.in/yaml.v3 v3.0.1 // indirect
5649
)

0 commit comments

Comments
 (0)