1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-17 10:30:02 +02:00

module: update modules

This commit is contained in:
Koichi Shiraishi 2019-06-05 08:43:27 +09:00
parent 90a5178f88
commit 482ef69310
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
2 changed files with 10 additions and 1 deletions

7
go.mod
View file

@ -1,3 +1,8 @@
module github.com/go-language-server/uri
require github.com/google/go-cmp v0.3.0
go 1.12
require (
github.com/google/go-cmp v0.3.0
golang.org/x/xerrors v0.0.0-20190516184347-8115aa61538e
)

4
go.sum Normal file
View file

@ -0,0 +1,4 @@
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
golang.org/x/xerrors v0.0.0-20190516184347-8115aa61538e h1:GZc5hJQaj9QwsCgIB16JPWkpIiZB3PjXyUrl01otLII=
golang.org/x/xerrors v0.0.0-20190516184347-8115aa61538e/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=