Skip to content

Commit 8324c84

Browse files
committed
Pointing to right gauge_messages
1 parent 0173606 commit 8324c84

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/Readme

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gaugeListener.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"net"
88
"os"
99

10-
"github.com/getgauge/json-report/gauge_messages"
10+
"github.com/apoorvam/json-report/gauge_messages"
1111
"github.com/golang/protobuf/proto"
1212
)
1313

generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"encoding/base64"
55

6-
"github.com/getgauge/json-report/gauge_messages"
6+
"github.com/apoorvam/json-report/gauge_messages"
77
)
88

99
type tokenKind string

jsonReport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"strings"
1111
"time"
1212

13+
"github.com/apoorvam/json-report/gauge_messages"
1314
"github.com/getgauge/common"
14-
"github.com/getgauge/json-report/gauge_messages"
1515
)
1616

1717
const (

0 commit comments

Comments
 (0)