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
)

4
go.sum
View file

@ -1,4 +1,4 @@
github.com/google/go-cmp v0.3.1 h1:Xye71clBPdm5HgqGwUkwhbynsUJZhDbS20FvLhQ2izg=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/google/go-cmp v0.3.2-0.20190829225427-b1c9c4891a65 h1:B3yqxlLHBEoav+FDQM8ph7IIRA6AhQ70w119k3hoT2Y=
github.com/google/go-cmp v0.3.2-0.20190829225427-b1c9c4891a65/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=