php-parser/go.mod

15 lines
241 B
Modula-2

module git.maride.cc/maride/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/laytan/php-parser v0.10.0
golang.org/x/tools v0.7.0
)