module github.com/lestrrat-go/codegen

go 1.14

require (
	github.com/lestrrat-go/option v1.0.0
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.6.1
	golang.org/x/tools v0.0.0-20200918232735-d647fc253266
)
