Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Remove messages (#2089)
Browse files Browse the repository at this point in the history
* Remove messages

It's moved to its own repo https://github.com/cucumber/messages

* Remove messages from CircleCI builds

* Update go to not try and load messages locally

* Remove messages from npm workspace

* Clean messages out of npm workspaces

* Add messages as dependency from query

* Ensure prepare-parallel build step still runs

* Remove special case path to messages from gherkin-ruby

* Update URL to messages-php
  • Loading branch information
mattwynne committed Sep 30, 2022
1 parent c577de5 commit 9dbbc04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions go.mod
Expand Up @@ -12,6 +12,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/cucumber/common/messages/go/v19 => ../../messages/go

go 1.19
3 changes: 3 additions & 0 deletions go.sum
@@ -1,3 +1,5 @@
github.com/cucumber/common/messages/go/v19 v19.1.2 h1:8/ZkW9rj3KQo/regmI8kcy48tk57m427Olb7Y0lXcN4=
github.com/cucumber/common/messages/go/v19 v19.1.2/go.mod h1:0KLDvMVmmkEZcWUSKxFHSUSLS1gjujBbPN0p41IwwJ4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand All @@ -8,6 +10,7 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.4/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
Expand Down
1 change: 0 additions & 1 deletion parser.go
@@ -1,7 +1,6 @@
//
// This file is generated. Do not edit! Edit parser.go.razor instead.

//
package gherkin

import (
Expand Down

0 comments on commit 9dbbc04

Please sign in to comment.