1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00

module: remove x/xerrors dependency

This commit is contained in:
Koichi Shiraishi 2020-03-09 07:46:01 +09:00
parent 016c8743e5
commit 63eaac75cc
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
2 changed files with 6 additions and 10 deletions

5
go.mod
View file

@ -2,7 +2,4 @@ module go.lsp.dev/uri
go 1.13
require (
github.com/google/go-cmp v0.4.0
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
)
require github.com/google/go-cmp v0.4.0