mirror of
https://github.com/laravel-ls/uri
synced 2026-06-19 03:20:01 +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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue