We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab6499 commit 889f16bCopy full SHA for 889f16b
go.mod
@@ -1,13 +1,13 @@
1
module github.com/go-language-server/protocol
2
3
-go 1.12
4
-
5
require (
6
github.com/davecgh/go-spew v1.1.1 // indirect
7
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
8
- github.com/go-language-server/jsonrpc2 v0.1.2
9
github.com/google/go-cmp v0.3.0
+ github.com/pkg/errors v0.8.1 // indirect
+ github.com/stretchr/testify v1.3.0 // indirect
10
go.uber.org/atomic v1.4.0 // indirect
+ go.uber.org/multierr v1.1.1-0.20180122172545-ddea229ff1df // indirect
11
go.uber.org/zap v1.10.1-0.20190430155229-8a2ee5670ced
12
- golang.org/x/xerrors v0.0.0-20190506180316-385005612d73 // indirect
+ golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3 // indirect
13
)
0 commit comments