module github.com/eddieowens/gpoll go 1.12 require ( github.com/bxcodec/faker/v3 v3.1.0 github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/leodido/go-urn v1.1.0 // indirect github.com/stretchr/testify v1.4.0 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v9 v9.29.1 gopkg.in/src-d/go-billy.v4 v4.3.2 gopkg.in/src-d/go-git.v4 v4.13.1 )