File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-language-server/protocol
33require (
44 github.com/davecgh/go-spew v1.1.1 // indirect
55 github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
6- github.com/go-language-server/jsonrpc2 v0.0.2-0.20190416131638-7c8298c0e8dc
6+ github.com/go-language-server/jsonrpc2 v0.1.0
77 github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42
88 go.uber.org/zap v1.9.2-0.20190327195448-badef736563f
99 golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373 // indirect
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
44github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
55github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e h1:6aHWrF+JAGwrXrcmGqWSmkV6GOGiTmKqOkEmGFuuA5k =
66github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e /go.mod h1:H8Wgri1Asi1VevY3ySdpIK5+KCpqzToVswNq8g2xZj4 =
7- github.com/go-language-server/jsonrpc2 v0.0.2-0.20190416131638-7c8298c0e8dc h1:FUePf5oWKTM6hjcSU3OZJgCTuc6APaR5Ru5tttK1eis =
8- github.com/go-language-server/jsonrpc2 v0.0.2-0.20190416131638-7c8298c0e8dc /go.mod h1:RE/QFPqKgGWWeGeoaMsd9NFd6AuYYmKk/7viy2DOTbA =
7+ github.com/go-language-server/jsonrpc2 v0.1.0 h1:H+GLsnzdXuzWhfAe0h+6iNdGDGZZfEwLPor8PFVOjAo =
8+ github.com/go-language-server/jsonrpc2 v0.1.0 /go.mod h1:RE/QFPqKgGWWeGeoaMsd9NFd6AuYYmKk/7viy2DOTbA =
99github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42 h1:q3pnF5JFBNRz8sRD+IRj7Y6DMyYGTNqnZ9axTbSfoNI =
1010github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42 /go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU =
1111github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I =
You can’t perform that action at this time.
0 commit comments