Merge branch 'renovate/github.com-jhillyerd-enmime-0.x' into 'master'
Update module github.com/jhillyerd/enmime to v0.9.2 See merge request !14
No related branches found
No related tags found
... | ... | @@ -4,7 +4,7 @@ go 1.15 |
require ( | ||
github.com/chrj/smtpd v0.3.0 | ||
github.com/jhillyerd/enmime v0.9.0 | ||
github.com/jhillyerd/enmime v0.9.2 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/oschwald/geoip2-golang v1.5.0 | ||
github.com/prometheus/client_golang v1.11.0 | ||
... | ... |
... | ... | @@ -154,6 +154,8 @@ github.com/jhillyerd/enmime v0.8.4 h1:y4fFRV5Rf60G5mNUzyzcXIpsA9Ju7+lFx1MBBhO3or |
github.com/jhillyerd/enmime v0.8.4/go.mod h1:SWWlqKsXJMl00Nnuh04RSu6XoEo83B/VaujD/xzoBP0= | ||
github.com/jhillyerd/enmime v0.9.0 h1:SNAj4npxVhPXmTyft5i62SZOytQ/LbwNWeA8ZmHtdlI= | ||
github.com/jhillyerd/enmime v0.9.0/go.mod h1:S5ge4lnv/dDDBbAWwtoOFlj14NHiXdw/EqMB2lJz3b8= | ||
github.com/jhillyerd/enmime v0.9.2 h1:Njvy7yubcX21WaM+kWdVxGFJ99Rk6xHqgon3Ep++qDw= | ||
github.com/jhillyerd/enmime v0.9.2/go.mod h1:S5ge4lnv/dDDBbAWwtoOFlj14NHiXdw/EqMB2lJz3b8= | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= | ||
github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= | ||
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= | ||
... | ... |
Please register or sign in to comment