php-parser/go.mod
Laytan Laats 25877adda4 feat: add enter and leave checks for traversers
- Improved performance (can short circuit/not continue when done)
- Backwards compatible because added interfaces
- Now generating the implementation for easier updates
2023-03-25 22:03:02 +01:00

16 lines
286 B
Modula-2

module github.com/VKCOM/php-parser
go 1.13
require (
github.com/pkg/profile v1.4.0
github.com/yookoala/realpath v1.0.0
gotest.tools v2.2.0+incompatible
)
require (
github.com/google/go-cmp v0.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/tools v0.7.0
)