Skip to content

Commit 80f1e43

Browse files
authored
Merge pull request #707 from ajnavarro/update-dependencies
Update bblfsh and enry dependencies
2 parents 1506b0e + e52137b commit 80f1e43

File tree

195 files changed

+52911
-338500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+52911
-338500
lines changed

Gopkg.lock

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

Gopkg.toml

+13-3
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050

5151
[[constraint]]
5252
name = "gopkg.in/src-d/enry.v1"
53-
version = "1.6.5"
53+
version = "1.7.1"
5454

5555
[[constraint]]
5656
name = "gopkg.in/bblfsh/client-go.v3"
5757
version = "3.2.0"
5858

5959
[[override]]
6060
name = "gopkg.in/bblfsh/sdk.v1"
61-
version = "1.16.0"
61+
version = "1.16.1"
6262

6363
[[constraint]]
6464
name = "gopkg.in/bblfsh/sdk.v2"
65-
version = "2.11.0"
65+
version = "2.14.2"
6666

6767
[[constraint]]
6868
name = "github.com/uber/jaeger-client-go"
@@ -86,3 +86,13 @@
8686
go-tests = true
8787
non-go = true
8888
unused-packages = true
89+
[[prune.project]]
90+
name = "gopkg.in/src-d/enry.v1"
91+
go-tests = true
92+
non-go = true
93+
unused-packages = true
94+
[[prune.project]]
95+
name = "gopkg.in/bblfsh/sdk.v2"
96+
go-tests = true
97+
non-go = true
98+
unused-packages = true

integration_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ func TestIntegration(t *testing.T) {
326326
`,
327327
[]sql.Row{
328328
{"Text", int32(1)},
329+
{"Ignore List", int32(1)},
329330
},
330331
},
331332
}

vendor/gopkg.in/bblfsh/sdk.v2/.gitignore

-24
This file was deleted.

vendor/gopkg.in/bblfsh/sdk.v2/.travis.yml

-30
This file was deleted.

vendor/gopkg.in/bblfsh/sdk.v2/DCO

-25
This file was deleted.

0 commit comments

Comments
 (0)