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

update module name

This commit is contained in:
Henrik Hautakoski 2025-05-22 19:52:58 +02:00
parent 3ff68398c8
commit eec2968ee7
2 changed files with 2 additions and 2 deletions

2
doc.go
View file

@ -3,4 +3,4 @@
// license that can be found in the LICENSE file.
// Package uri is an implementation of the URI Uniform Resource Identifier(RFC3986) specification for Go.
package uri // import "go.lsp.dev/uri"
package uri // import "github.com/laravel-ls/uri"

2
go.mod
View file

@ -1,4 +1,4 @@
module go.lsp.dev/uri
module github.com/laravel-ls/uri
go 1.22