Skip to content

Commit 876ebc3

Browse files
committed
module: update go.mod
1 parent 5b06380 commit 876ebc3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module github.com/go-language-server/jsonrpc2
22

3-
go 1.12
4-
53
require (
64
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
75
github.com/google/go-cmp v0.3.0
@@ -10,5 +8,5 @@ require (
108
go.uber.org/atomic v1.4.0
119
go.uber.org/multierr v1.1.1-0.20190429210458-bd075f90b08f // indirect
1210
go.uber.org/zap v1.10.1-0.20190430155229-8a2ee5670ced
13-
golang.org/x/xerrors v0.0.0-20190506180316-385005612d73
11+
golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3
1412
)

0 commit comments

Comments
 (0)