Skip to content

Commit c7c5cb6

Browse files
authoredMar 6, 2019
Merge pull request #230 from bobheadxi/go-mod
Rename github.com/jeffail/tunny to github.com/Jeffail/tunny
2 parents 9e72aec + 98307fb commit c7c5cb6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

‎Gopkg.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
[[constraint]]
2222
branch = "master"
23-
name = "github.com/jeffail/tunny"
23+
name = "github.com/Jeffail/tunny"
2424

2525
[[constraint]]
2626
branch = "master"

‎internal/plumbing/uast/uast.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"sync"
1515
"time"
1616

17+
"github.com/Jeffail/tunny"
1718
"github.com/gogo/protobuf/proto"
18-
"github.com/jeffail/tunny"
19-
"gopkg.in/bblfsh/client-go.v3"
19+
bblfsh "gopkg.in/bblfsh/client-go.v3"
2020
"gopkg.in/bblfsh/sdk.v2/uast/nodes"
2121
"gopkg.in/bblfsh/sdk.v2/uast/nodes/nodesproto"
2222
"gopkg.in/src-d/go-git.v4"

0 commit comments

Comments
 (0)