Skip to content

Commit

Permalink
Update Go module refs from demo-formatter -> messages
Browse files Browse the repository at this point in the history
Ref #1550
  • Loading branch information
mattwynne committed Jun 16, 2021
1 parent 6025eb7 commit 4555af3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo-formatter/go/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
formatter "github.com/cucumber/demo-formatter-go"
formatter "github.com/cucumber/common/demo-formatter/go"
"os"
)

Expand Down
2 changes: 1 addition & 1 deletion demo-formatter/go/cucumber_demo_formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package cucumber_demo_formatter
import (
"encoding/json"
"fmt"
"github.com/cucumber/messages-go/v16"
"github.com/cucumber/common/messages/go/v16"
"io"
)

Expand Down
2 changes: 1 addition & 1 deletion demo-formatter/go/cucumber_demo_formatter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cucumber_demo_formatter
import (
"bytes"
"encoding/json"
"github.com/cucumber/messages-go/v16"
"github.com/cucumber/common/messages/go/v16"
"github.com/stretchr/testify/require"
"testing"
)
Expand Down
4 changes: 2 additions & 2 deletions demo-formatter/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/cucumber/common/demo-formatter/go

require (
github.com/cucumber/messages-go/v16 v16.0.1
github.com/cucumber/common/messages/go/v16 v16.0.0-20210616143200-16b27f1a25b2
github.com/stretchr/testify v1.7.0
)

replace github.com/cucumber/messages-go/v16 => ../../messages/go
replace github.com/cucumber/common/messages/go/v16 => ../../messages/go

go 1.13

0 comments on commit 4555af3

Please sign in to comment.