diff options
author | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2024-10-23 08:04:11 +0200 |
---|---|---|
committer | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2024-10-23 08:04:11 +0200 |
commit | b597725fa062c2b6a82ce2f3bb0e144992f4e159 (patch) | |
tree | 324a64c1b3fd6efd0629ffd4071c14b092d2456e /go.mod | |
parent | Merge pull request 'Update module github.com/prometheus/client_golang to v1.2... (diff) | |
download | forgejo-b597725fa062c2b6a82ce2f3bb0e144992f4e159.tar.xz forgejo-b597725fa062c2b6a82ce2f3bb0e144992f4e159.zip |
Update module github.com/jhillyerd/enmime to v2
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,7 +63,7 @@ require ( github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/huandu/xstrings v1.5.0 github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 - github.com/jhillyerd/enmime v1.3.0 + github.com/jhillyerd/enmime/v2 v2.0.0 github.com/json-iterator/go v1.1.12 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/klauspost/compress v1.17.11 @@ -222,7 +222,7 @@ require ( github.com/mailru/easyjson v0.7.7 // indirect github.com/markbates/going v1.0.3 // indirect github.com/mattn/go-colorable v0.1.13 // indirect - github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/mattn/go-runewidth v0.0.16 // indirect github.com/mholt/acmez/v2 v2.0.3 // indirect github.com/miekg/dns v1.1.62 // indirect github.com/minio/md5-simd v1.1.2 // indirect |