2021-07-30 18:01:34 +00:00
|
|
|
module github.com/VKCOM/php-parser
|
2020-03-09 09:34:11 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/pkg/profile v1.4.0
|
|
|
|
github.com/yookoala/realpath v1.0.0
|
|
|
|
gotest.tools v2.2.0+incompatible
|
|
|
|
)
|
2023-03-25 14:15:40 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
)
|