module github.com/richardartoul/molecule go 1.13 require ( github.com/golang/protobuf v1.5.0 github.com/google/gofuzz v1.1.0 github.com/pkg/errors v0.9.1 // indirect github.com/stretchr/testify v1.5.1 google.golang.org/protobuf v1.27.1 // indirect gotest.tools v2.2.0+incompatible )