File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased]
9
9
### Changed
10
10
- TypeScript: ` Argument ` is no longer generic ([ #16 ] ( https://github.com/cucumber/cucumber-expressions/pull/16 ) )
11
+ - Go: Module renamed to match github repository([ #24 ] ( https://github.com/cucumber/cucumber-expressions/pull/24 ) )
11
12
12
13
## [ 13.1.3] - 2021-09-24
13
14
### Fixed
Original file line number Diff line number Diff line change 1
- module github.com/cucumber/common/ cucumber-expressions/go/v13
1
+ module github.com/cucumber/cucumber-expressions/go/v13
2
2
3
3
require (
4
4
github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
3
3
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4
4
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
5
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
6
- github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE =
7
6
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
8
7
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
9
8
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
You can’t perform that action at this time.
0 commit comments