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 5b06380 commit 876ebc3Copy full SHA for 876ebc3
go.mod
@@ -1,7 +1,5 @@
1
module github.com/go-language-server/jsonrpc2
2
3
-go 1.12
4
-
5
require (
6
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
7
github.com/google/go-cmp v0.3.0
@@ -10,5 +8,5 @@ require (
10
8
go.uber.org/atomic v1.4.0
11
9
go.uber.org/multierr v1.1.1-0.20190429210458-bd075f90b08f // indirect
12
go.uber.org/zap v1.10.1-0.20190430155229-8a2ee5670ced
13
- golang.org/x/xerrors v0.0.0-20190506180316-385005612d73
+ golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3
14
)
0 commit comments