update plugin

This commit is contained in:
joy.zhou
2019-08-19 10:33:19 +08:00
parent 148738800b
commit 69a26f8cd9
176 changed files with 18008 additions and 2772 deletions

View File

@@ -1,7 +1,7 @@
package auth
import (
"github.com/fhmq/rhmq/plugins/auth/authhttp"
"github.com/fhmq/hmq/plugins/auth/authhttp"
)
const (

View File

@@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/fhmq/rhmq/logger"
"github.com/fhmq/hmq/logger"
"go.uber.org/zap"
)