File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,9 @@ module github.com/go-language-server/jsonrpc2
2
2
3
3
require (
4
4
github.com/francoispqt/gojay v0.0.0-20190228132548-90d953358b68
5
+ github.com/json-iterator/go v1.1.6-0.20190306142909-0ff49de124c6
6
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7
+ github.com/modern-go/reflect2 v1.0.1 // indirect
5
8
github.com/stretchr/testify v1.3.0 // indirect
9
+ golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3
6
10
)
Original file line number Diff line number Diff line change @@ -2,8 +2,16 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
2
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
3
github.com/francoispqt/gojay v0.0.0-20190228132548-90d953358b68 h1:WgG3zxKl8v+HIH9U3pUdrx5+3R+C/3AJYUvsxHYZveU =
4
4
github.com/francoispqt/gojay v0.0.0-20190228132548-90d953358b68 /go.mod h1:H8Wgri1Asi1VevY3ySdpIK5+KCpqzToVswNq8g2xZj4 =
5
+ github.com/json-iterator/go v1.1.6-0.20190306142909-0ff49de124c6 h1:nGEX8Q5x9ssSHGazviyZpyiMsxpgoilzfMcIUKYn0xM =
6
+ github.com/json-iterator/go v1.1.6-0.20190306142909-0ff49de124c6 /go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU =
7
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
8
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
9
+ github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI =
10
+ github.com/modern-go/reflect2 v1.0.1 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
5
11
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
6
12
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7
13
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
8
14
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
9
15
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
16
+ golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3 h1:P6iTFmrTQqWrqLZPX1VMzCUbCRCAUXSUsSpkEOvWzJ0 =
17
+ golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments