1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00
This commit is contained in:
Koichi Shiraishi 2019-09-05 21:17:37 +09:00
parent f6be1fff45
commit e112321934
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -3,6 +3,6 @@ module github.com/go-language-server/uri
go 1.13
require (
github.com/google/go-cmp v0.3.1
github.com/google/go-cmp v0.3.2-0.20190829225427-b1c9c4891a65
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
)