module github.com/AfterShip/email-verifier go 1.15 require ( github.com/hbollon/go-edlib v1.3.3 github.com/kr/pretty v0.2.1 // indirect github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20201207224615-747e23833adb gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/h2non/gock.v1 v1.0.16 )