This repository was archived by the owner on Jul 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +25
-267
lines changed Expand file tree Collapse file tree 10 files changed +25
-267
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,8 @@ go 1.23.0
55toolchain go1.24.4
66
77require (
8- github.com/cucumber/common/messages/go/v18 v18.0.0
98 github.com/cucumber/common/messages/go/v19 v19.1.2
109 github.com/onsi/ginkgo v1.16.5
11- github.com/onsi/ginkgo/v2 v2.23.4
1210 github.com/onsi/gomega v1.37.0
1311)
1412
@@ -17,7 +15,7 @@ require (
1715 github.com/gofrs/uuid v4.2.0+incompatible // indirect
1816 github.com/google/go-cmp v0.7.0 // indirect
1917 github.com/nxadm/tail v1.4.8 // indirect
20- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
18+ github.com/onsi/ginkgo/v2 v2.23.4 // indirect
2119 golang.org/x/net v0.37.0 // indirect
2220 golang.org/x/sys v0.32.0 // indirect
2321 golang.org/x/text v0.23.0 // indirect
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 66 "io"
77 "strings"
88
9- "github.com/cucumber/common/messages/go/v18 "
9+ "github.com/cucumber/common/messages/go/v19 "
1010)
1111
1212type Formatter struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package json
33import (
44 "fmt"
55
6- "github.com/cucumber/common/messages/go/v18 "
6+ "github.com/cucumber/common/messages/go/v19 "
77)
88
99type MessageLookup struct {
Original file line number Diff line number Diff line change 11package json
22
33import (
4- "github.com/cucumber/common/messages/go/v18 "
4+ "github.com/cucumber/common/messages/go/v19 "
55
66 . "github.com/onsi/ginkgo"
77 . "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 55 "fmt"
66 "strings"
77
8- "github.com/cucumber/common/messages/go/v18 "
8+ "github.com/cucumber/common/messages/go/v19 "
99)
1010
1111type TestCase struct {
Original file line number Diff line number Diff line change 11package json
22
33import (
4- "github.com/cucumber/common/messages/go/v18 "
4+ "github.com/cucumber/common/messages/go/v19 "
55 . "github.com/onsi/ginkgo"
66 . "github.com/onsi/gomega"
77)
Original file line number Diff line number Diff line change 11package json
22
33import (
4- "github.com/cucumber/common/messages/go/v18 "
4+ "github.com/cucumber/common/messages/go/v19 "
55)
66
77func makeScenario (id string , steps []* messages.Step ) * messages.Scenario {
Original file line number Diff line number Diff line change 66 "fmt"
77 "strings"
88
9- "github.com/cucumber/common/messages/go/v18 "
9+ "github.com/cucumber/common/messages/go/v19 "
1010)
1111
1212type TestStep struct {
Original file line number Diff line number Diff line change 11package json
22
33import (
4- "github.com/cucumber/common/messages/go/v18 "
4+ "github.com/cucumber/common/messages/go/v19 "
55 . "github.com/onsi/ginkgo"
66 . "github.com/onsi/gomega"
77)
You can’t perform that action at this time.
0 commit comments