浏览代码

bug(mod): add back bbloom for go.mod

ngjaying 5 年之前
父节点
当前提交
e3f316e724
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      go.mod

+ 1 - 0
go.mod

@@ -1,6 +1,7 @@
 module github.com/emqx/kuiper
 
 require (
+	github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
 	github.com/benbjohnson/clock v1.0.0
 	github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e
 	github.com/eclipse/paho.mqtt.golang v1.2.0