1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-22 10:43:45 +02:00

Update to support go v1.22+

This commit is contained in:
Henrik Hautakoski 2025-05-22 19:41:06 +02:00
parent 80f6b3499f
commit 016e7e9a41
6 changed files with 124 additions and 824 deletions

2
go.mod
View file

@ -1,5 +1,5 @@
module go.lsp.dev/uri
go 1.15
go 1.22
require github.com/google/go-cmp v0.5.4