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:
parent
90a5178f88
commit
482ef69310
2 changed files with 10 additions and 1 deletions
7
go.mod
7
go.mod
|
|
@ -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
4
go.sum
Normal 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=
|
||||
Loading…
Add table
Add a link
Reference in a new issue