Skip to content

Commit 5b06380

Browse files
committed
module: update modules
1 parent a1a937a commit 5b06380

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
module github.com/go-language-server/jsonrpc2
22

3+
go 1.12
4+
35
require (
46
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
79
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
1214
)

0 commit comments

Comments
 (0)