go mod tidy

This commit is contained in:
2023-12-09 22:36:19 +01:00
parent 65868e812d
commit 966682546c
63 changed files with 244 additions and 255 deletions

View File

@@ -1,8 +1,8 @@
package conf
import (
"github.com/laytan/php-parser/pkg/errors"
"github.com/laytan/php-parser/pkg/version"
"git.maride.cc/maride/php-parser/pkg/errors"
"git.maride.cc/maride/php-parser/pkg/version"
)
type Config struct {