2020-03-09 09:34:11 +00:00
|
|
|
module github.com/z7zmey/php-parser
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pkg/profile v1.4.0
|
|
|
|
github.com/yookoala/realpath v1.0.0
|
2020-03-09 09:58:18 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200308013534-11ec41452d41 // indirect
|
2020-03-09 09:34:11 +00:00
|
|
|
gotest.tools v2.2.0+incompatible
|
|
|
|
)
|