Skip to content

Commit a781a34

Browse files
committed
module: update modules
1 parent b487bff commit a781a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/go-language-server/jsonrpc2
33
go 1.12
44

55
require (
6-
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e
6+
github.com/francoispqt/gojay v1.2.11
77
github.com/google/go-cmp v0.3.0
88
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 // indirect
99
github.com/stretchr/testify v1.3.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
22
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e h1:6aHWrF+JAGwrXrcmGqWSmkV6GOGiTmKqOkEmGFuuA5k=
4-
github.com/francoispqt/gojay v1.2.11-0.20190329162224-e46791d21b5e/go.mod h1:H8Wgri1Asi1VevY3ySdpIK5+KCpqzToVswNq8g2xZj4=
3+
github.com/francoispqt/gojay v1.2.11 h1:cdwGjHLNUp8mIp1k80HX9yumoh5/PeonPKveG0knwxQ=
4+
github.com/francoispqt/gojay v1.2.11/go.mod h1:H8Wgri1Asi1VevY3ySdpIK5+KCpqzToVswNq8g2xZj4=
55
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
66
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
77
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 h1:PCj9X21C4pet4sEcElTfAi6LSl5ShkjE8doieLc+cbU=

0 commit comments

Comments
 (0)