php-parser/go.mod

19 lines
449 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
2023-12-09 21:36:19 +00:00
go 1.21.1
2020-03-09 09:34:11 +00:00
require (
2023-12-09 21:36:19 +00:00
github.com/pkg/profile v1.7.0
2020-03-09 09:34:11 +00:00
github.com/yookoala/realpath v1.0.0
2023-12-09 21:36:19 +00:00
golang.org/x/tools v0.16.0
2020-03-09 09:34:11 +00:00
gotest.tools v2.2.0+incompatible
)
2023-03-25 14:15:40 +00:00
require (
2023-12-09 21:36:19 +00:00
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/mod v0.14.0 // indirect
2023-03-25 14:15:40 +00:00
)