Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 9f8e4cd

Browse files
Update module github.com/onsi/ginkgo to v2
1 parent dad3342 commit 9f8e4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ toolchain go1.24.5
77
require (
88
github.com/cucumber/common/messages/go/v19 v19.1.2
99
github.com/onsi/ginkgo v1.16.5
10+
github.com/onsi/ginkgo/v2 v2.23.4
1011
github.com/onsi/gomega v1.37.0
1112
)
1213

@@ -15,7 +16,6 @@ require (
1516
github.com/gofrs/uuid v4.2.0+incompatible // indirect
1617
github.com/google/go-cmp v0.7.0 // indirect
1718
github.com/nxadm/tail v1.4.8 // indirect
18-
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
1919
golang.org/x/net v0.37.0 // indirect
2020
golang.org/x/sys v0.32.0 // indirect
2121
golang.org/x/text v0.23.0 // indirect

0 commit comments

Comments
 (0)