1
0
Fork 0
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:
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
)