go mod tidy
This commit is contained in:
@@ -3,7 +3,7 @@ package errors
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/position"
|
||||
"git.maride.cc/maride/php-parser/pkg/position"
|
||||
)
|
||||
|
||||
// Error parsing error
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
|
||||
"gotest.tools/assert"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/errors"
|
||||
"github.com/laytan/php-parser/pkg/position"
|
||||
"git.maride.cc/maride/php-parser/pkg/errors"
|
||||
"git.maride.cc/maride/php-parser/pkg/position"
|
||||
)
|
||||
|
||||
func TestConstructor(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user