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
5
5
toolchain go1.24.4
6
6
7
7
require (
8
- github.com/cucumber/common/messages/go/v18 v18.0.0
9
8
github.com/cucumber/common/messages/go/v19 v19.1.2
10
9
github.com/onsi/ginkgo v1.16.5
11
- github.com/onsi/ginkgo/v2 v2.23.4
12
10
github.com/onsi/gomega v1.37.0
13
11
)
14
12
@@ -17,7 +15,7 @@ require (
17
15
github.com/gofrs/uuid v4.2.0+incompatible // indirect
18
16
github.com/google/go-cmp v0.7.0 // indirect
19
17
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
21
19
golang.org/x/net v0.37.0 // indirect
22
20
golang.org/x/sys v0.32.0 // indirect
23
21
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 6
6
"io"
7
7
"strings"
8
8
9
- "github.com/cucumber/common/messages/go/v18 "
9
+ "github.com/cucumber/common/messages/go/v19 "
10
10
)
11
11
12
12
type Formatter struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package json
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/cucumber/common/messages/go/v18 "
6
+ "github.com/cucumber/common/messages/go/v19 "
7
7
)
8
8
9
9
type MessageLookup struct {
Original file line number Diff line number Diff line change 1
1
package json
2
2
3
3
import (
4
- "github.com/cucumber/common/messages/go/v18 "
4
+ "github.com/cucumber/common/messages/go/v19 "
5
5
6
6
. "github.com/onsi/ginkgo"
7
7
. "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"strings"
7
7
8
- "github.com/cucumber/common/messages/go/v18 "
8
+ "github.com/cucumber/common/messages/go/v19 "
9
9
)
10
10
11
11
type TestCase struct {
Original file line number Diff line number Diff line change 1
1
package json
2
2
3
3
import (
4
- "github.com/cucumber/common/messages/go/v18 "
4
+ "github.com/cucumber/common/messages/go/v19 "
5
5
. "github.com/onsi/ginkgo"
6
6
. "github.com/onsi/gomega"
7
7
)
Original file line number Diff line number Diff line change 1
1
package json
2
2
3
3
import (
4
- "github.com/cucumber/common/messages/go/v18 "
4
+ "github.com/cucumber/common/messages/go/v19 "
5
5
)
6
6
7
7
func makeScenario (id string , steps []* messages.Step ) * messages.Scenario {
Original file line number Diff line number Diff line change 6
6
"fmt"
7
7
"strings"
8
8
9
- "github.com/cucumber/common/messages/go/v18 "
9
+ "github.com/cucumber/common/messages/go/v19 "
10
10
)
11
11
12
12
type TestStep struct {
Original file line number Diff line number Diff line change 1
1
package json
2
2
3
3
import (
4
- "github.com/cucumber/common/messages/go/v18 "
4
+ "github.com/cucumber/common/messages/go/v19 "
5
5
. "github.com/onsi/ginkgo"
6
6
. "github.com/onsi/gomega"
7
7
)
You can’t perform that action at this time.
0 commit comments