go mod tidy
This commit is contained in:
@@ -16,15 +16,15 @@ import (
|
||||
"github.com/pkg/profile"
|
||||
"github.com/yookoala/realpath"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/ast"
|
||||
"github.com/laytan/php-parser/pkg/conf"
|
||||
"github.com/laytan/php-parser/pkg/errors"
|
||||
"github.com/laytan/php-parser/pkg/parser"
|
||||
"github.com/laytan/php-parser/pkg/version"
|
||||
"github.com/laytan/php-parser/pkg/visitor/dumper"
|
||||
"github.com/laytan/php-parser/pkg/visitor/nsresolver"
|
||||
"github.com/laytan/php-parser/pkg/visitor/printer"
|
||||
"github.com/laytan/php-parser/pkg/visitor/traverser"
|
||||
"git.maride.cc/maride/php-parser/pkg/ast"
|
||||
"git.maride.cc/maride/php-parser/pkg/conf"
|
||||
"git.maride.cc/maride/php-parser/pkg/errors"
|
||||
"git.maride.cc/maride/php-parser/pkg/parser"
|
||||
"git.maride.cc/maride/php-parser/pkg/version"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/dumper"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/nsresolver"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/printer"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/traverser"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user