module github.com/go-critic/go-critic go 1.12 require ( github.com/go-toolsmith/astcast v1.0.0 github.com/go-toolsmith/astcopy v1.0.0 github.com/go-toolsmith/astequal v1.0.0 github.com/go-toolsmith/astfmt v1.0.0 github.com/go-toolsmith/astp v1.0.0 github.com/go-toolsmith/pkgload v1.0.0 github.com/go-toolsmith/strparse v1.0.0 github.com/go-toolsmith/typep v1.0.2 github.com/google/go-cmp v0.2.0 github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e github.com/mattn/goveralls v0.0.2 github.com/pborman/uuid v1.2.0 // indirect github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c github.com/quasilyte/go-ruleguard v0.2.0 github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect )