Skip to content

Commit 889f16b

Browse files
committed
module: update go.mod
1 parent 0ab6499 commit 889f16b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/go-language-server/protocol
22

3-
go 1.12
4-
53
require (
64
github.com/davecgh/go-spew v1.1.1 // indirect
75
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
8-
github.com/go-language-server/jsonrpc2 v0.1.2
96
github.com/google/go-cmp v0.3.0
7+
github.com/pkg/errors v0.8.1 // indirect
8+
github.com/stretchr/testify v1.3.0 // indirect
109
go.uber.org/atomic v1.4.0 // indirect
10+
go.uber.org/multierr v1.1.1-0.20180122172545-ddea229ff1df // indirect
1111
go.uber.org/zap v1.10.1-0.20190430155229-8a2ee5670ced
12-
golang.org/x/xerrors v0.0.0-20190506180316-385005612d73 // indirect
12+
golang.org/x/xerrors v0.0.0-20190212162355-a5947ffaace3 // indirect
1313
)

0 commit comments

Comments
 (0)