1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 01:54:57 +02:00
uri/go.mod
2020-03-09 07:43:28 +09:00

8 lines
134 B
Modula-2

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
)