1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

chore: use enmime 2.0 (#531)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-09-28 12:03:01 -07:00
committed by GitHub
parent cdff6ea571
commit b1b7e4b07c
5 changed files with 8 additions and 8 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/inbucket/gopher-json v0.2.0
github.com/jhillyerd/enmime v1.3.0
github.com/jhillyerd/enmime/v2 v2.0.0
github.com/jhillyerd/goldiff v0.1.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/microcosm-cc/bluemonday v1.0.27