Skip to content

Commit 1432b2a

Browse files
committed
chore(deps): update module github.com/onsi/ginkgo/v2 to v2.26.0
1 parent 757051b commit 1432b2a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ require (
77
github.com/codesphere-cloud/cs-go v0.6.1
88
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
99
github.com/jedib0t/go-pretty/v6 v6.6.8
10-
github.com/onsi/ginkgo/v2 v2.25.3
10+
github.com/onsi/ginkgo/v2 v2.26.0
1111
github.com/onsi/gomega v1.38.2
12+
github.com/rhysd/go-github-selfupdate v1.2.0
1213
github.com/spf13/cobra v1.10.1
1314
github.com/stretchr/testify v1.11.1
1415
golang.org/x/sync v0.17.0
@@ -33,7 +34,6 @@ require (
3334
github.com/kr/text v0.2.0 // indirect
3435
github.com/mattn/go-runewidth v0.0.19 // indirect
3536
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
36-
github.com/rhysd/go-github-selfupdate v1.2.0 // indirect
3737
github.com/rivo/uniseg v0.4.7 // indirect
3838
github.com/rogpeppe/go-internal v1.14.1 // indirect
3939
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -43,6 +43,7 @@ require (
4343
github.com/ulikunitz/xz v0.5.5 // indirect
4444
go.uber.org/automaxprocs v1.6.0 // indirect
4545
go.yaml.in/yaml/v3 v3.0.4 // indirect
46+
golang.org/x/mod v0.28.0 // indirect
4647
golang.org/x/net v0.44.0 // indirect
4748
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect
4849
golang.org/x/sys v0.36.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus
6666
github.com/onsi/ginkgo/v2 v2.23.4/go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8=
6767
github.com/onsi/ginkgo/v2 v2.25.3 h1:Ty8+Yi/ayDAGtk4XxmmfUy4GabvM+MegeB4cDLRi6nw=
6868
github.com/onsi/ginkgo/v2 v2.25.3/go.mod h1:43uiyQC4Ed2tkOzLsEYm7hnrb7UJTWHYNsuy3bG/snE=
69+
github.com/onsi/ginkgo/v2 v2.26.0 h1:1J4Wut1IlYZNEAWIV3ALrT9NfiaGW2cDCJQSFQMs/gE=
70+
github.com/onsi/ginkgo/v2 v2.26.0/go.mod h1:qhEywmzWTBUY88kfO0BRvX4py7scov9yR+Az2oavUzw=
6971
github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
7072
github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y=
7173
github.com/onsi/gomega v1.37.0/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
@@ -111,6 +113,8 @@ go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
111113
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
112114
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
113115
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
116+
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
117+
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
114118
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
115119
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
116120
golang.org/x/net v0.0.0-20181108082009-03003ca0c849/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=

0 commit comments

Comments
 (0)