diff --git a/go.mod b/go.mod index 9263432..41d403b 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,5 @@ go 1.12 require ( github.com/sirupsen/logrus v1.4.2 github.com/urfave/cli v1.20.0 - gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df )