Update go mod and imports to v2

This commit is contained in:
mochi-co
2022-12-11 11:50:36 +00:00
parent be164fa715
commit 74ed8cd046
41 changed files with 109 additions and 109 deletions

View File

@@ -6,9 +6,9 @@ package debug
import (
"strings"
"github.com/mochi-co/mqtt"
"github.com/mochi-co/mqtt/hooks/storage"
"github.com/mochi-co/mqtt/packets"
"github.com/mochi-co/mqtt/v2"
"github.com/mochi-co/mqtt/v2/hooks/storage"
"github.com/mochi-co/mqtt/v2/packets"
"github.com/rs/zerolog"
)