go mod tidy
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"errors"
|
||||
"strings"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/ast"
|
||||
"github.com/laytan/php-parser/pkg/visitor"
|
||||
"git.maride.cc/maride/php-parser/pkg/ast"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor"
|
||||
)
|
||||
|
||||
// NamespaceResolver visitor
|
||||
|
||||
@@ -3,12 +3,12 @@ package nsresolver_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/visitor/nsresolver"
|
||||
"github.com/laytan/php-parser/pkg/visitor/traverser"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/nsresolver"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/traverser"
|
||||
|
||||
"gotest.tools/assert"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/ast"
|
||||
"git.maride.cc/maride/php-parser/pkg/ast"
|
||||
)
|
||||
|
||||
func TestResolveStaticCall(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user