module github.com/ashanbrown/forbidigo

go 1.12

require (
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.4.0
	golang.org/x/tools v0.0.0-20190916130336-e45ffcd953cc
)
