go mod tidy
This commit is contained in:
@@ -3,11 +3,11 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"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"
|
||||
"github.com/laytan/php-parser/pkg/version"
|
||||
"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"
|
||||
"git.maride.cc/maride/php-parser/pkg/version"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"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/version"
|
||||
"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/version"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"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"
|
||||
"github.com/laytan/php-parser/pkg/version"
|
||||
"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"
|
||||
"git.maride.cc/maride/php-parser/pkg/version"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@ import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/ast"
|
||||
"github.com/laytan/php-parser/pkg/conf"
|
||||
"github.com/laytan/php-parser/pkg/parser"
|
||||
"github.com/laytan/php-parser/pkg/version"
|
||||
"github.com/laytan/php-parser/pkg/visitor/printer"
|
||||
"git.maride.cc/maride/php-parser/pkg/ast"
|
||||
"git.maride.cc/maride/php-parser/pkg/conf"
|
||||
"git.maride.cc/maride/php-parser/pkg/parser"
|
||||
"git.maride.cc/maride/php-parser/pkg/version"
|
||||
"git.maride.cc/maride/php-parser/pkg/visitor/printer"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/ast"
|
||||
"github.com/laytan/php-parser/pkg/conf"
|
||||
"github.com/laytan/php-parser/pkg/parser"
|
||||
"github.com/laytan/php-parser/pkg/version"
|
||||
"git.maride.cc/maride/php-parser/pkg/ast"
|
||||
"git.maride.cc/maride/php-parser/pkg/conf"
|
||||
"git.maride.cc/maride/php-parser/pkg/parser"
|
||||
"git.maride.cc/maride/php-parser/pkg/version"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/laytan/php-parser/pkg/conf"
|
||||
"github.com/laytan/php-parser/pkg/parser"
|
||||
"github.com/laytan/php-parser/pkg/version"
|
||||
"github.com/laytan/php-parser/pkg/visitor/dumper"
|
||||
"git.maride.cc/maride/php-parser/pkg/conf"
|
||||
"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"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@ package tester
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"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"
|
||||
"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"
|
||||
"gotest.tools/assert"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user