Browse Source

bug(plugin): zmq plugin import change

ngjaying 5 years atrás
parent
commit
8294bfd537
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/sinks/zmq.go

+ 1 - 1
plugins/sinks/zmq.go

@@ -1,8 +1,8 @@
 package main
 
 import (
-	"engine/xstream/api"
 	"fmt"
+	"github.com/emqx/kuiper/xstream/api"
 	zmq "github.com/pebbe/zmq4"
 )