go mod tidy
This commit is contained in:
@@ -3,10 +3,10 @@ package lexer
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/laytan/php-parser/internal/php7"
|
||||
"github.com/laytan/php-parser/internal/php8"
|
||||
"github.com/laytan/php-parser/pkg/conf"
|
||||
"github.com/laytan/php-parser/pkg/token"
|
||||
"git.maride.cc/maride/php-parser/internal/php7"
|
||||
"git.maride.cc/maride/php-parser/internal/php8"
|
||||
"git.maride.cc/maride/php-parser/pkg/conf"
|
||||
"git.maride.cc/maride/php-parser/pkg/token"
|
||||
)
|
||||
|
||||
var ErrVersionOutOfRange = errors.New("the version is out of supported range")
|
||||
|
||||
Reference in New Issue
Block a user