File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/go-language-server/jsonrpc2
2
2
3
+ go 1.12
4
+
3
5
require (
4
6
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
5
- github.com/google/go-cmp v0.2.1-0.20190312032427-6f77996f0c42
6
- github.com/pkg/errors v0.8.1 // indirect
7
+ github.com/google/go-cmp v0.3.0
8
+ github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 // indirect
7
9
github.com/stretchr/testify v1.3.0 // indirect
8
- go.uber.org/atomic v1.3.3-0.20190226011305-5328d69c76a9
9
- go.uber.org/multierr v1.1.1-0.20180122172545-ddea229ff1df // indirect
10
- go.uber.org/zap v1.9.2 -0.20190327195448-badef736563f
11
- golang.org/x/xerrors v0.0.0-20190315151331-d61658bd2e18
10
+ go.uber.org/atomic v1.4.0
11
+ 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
12
14
)
You can’t perform that action at this time.
0 commit comments