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:
parent
016c8743e5
commit
63eaac75cc
2 changed files with 6 additions and 10 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue