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

View File

@@ -12,7 +12,7 @@ import (
"github.com/inbucket/inbucket/v3/pkg/extension/event"
"github.com/inbucket/inbucket/v3/pkg/message"
"github.com/inbucket/inbucket/v3/pkg/test"
"github.com/jhillyerd/enmime"
"github.com/jhillyerd/enmime/v2"
)
func TestRestMailboxList(t *testing.T) {