diff --git a/go.mod b/go.mod index feda770..d8bf69d 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,12 @@ module github.com/VKCOM/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 gotest.tools v2.2.0+incompatible ) + +require ( + github.com/google/go-cmp v0.4.0 // indirect + github.com/pkg/errors v0.9.1 // indirect +)