build: replace VKCOM import with laytan import

This commit is contained in:
Laytan Laats
2023-03-31 16:50:08 +02:00
parent 92d341cbb5
commit 68ac672368
62 changed files with 201 additions and 200 deletions

View File

@@ -3,7 +3,7 @@ package errors
import (
"fmt"
"github.com/VKCOM/php-parser/pkg/position"
"github.com/laytan/php-parser/pkg/position"
)
// Error parsing error

View File

@@ -5,8 +5,8 @@ import (
"gotest.tools/assert"
"github.com/VKCOM/php-parser/pkg/errors"
"github.com/VKCOM/php-parser/pkg/position"
"github.com/laytan/php-parser/pkg/errors"
"github.com/laytan/php-parser/pkg/position"
)
func TestConstructor(t *testing.T) {