style: go mod tidy
This commit is contained in:
parent
8b15eadd15
commit
6d6856b2a4
7
go.mod
7
go.mod
@ -3,9 +3,12 @@ module github.com/VKCOM/php-parser
|
|||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
require (
|
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/pkg/profile v1.4.0
|
||||||
github.com/yookoala/realpath v1.0.0
|
github.com/yookoala/realpath v1.0.0
|
||||||
gotest.tools v2.2.0+incompatible
|
gotest.tools v2.2.0+incompatible
|
||||||
)
|
)
|
||||||
|
|
||||||
|
require (
|
||||||
|
github.com/google/go-cmp v0.4.0 // indirect
|
||||||
|
github.com/pkg/errors v0.9.1 // indirect
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user