php-parser/go.mod

15 lines
241 B
Modula-2
Raw Normal View History

2023-12-09 21:25:24 +00:00
module git.maride.cc/maride/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 (
2023-12-09 21:25:24 +00:00
github.com/laytan/php-parser v0.10.0
golang.org/x/tools v0.7.0
2023-03-25 14:15:40 +00:00
)