forked from lf-edge/ekuiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 937 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/emqx/kuiper
require (
github.com/PaesslerAG/gval v1.0.0
github.com/PaesslerAG/jsonpath v0.1.1
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
github.com/edgexfoundry/go-mod-core-contracts v0.1.80
github.com/edgexfoundry/go-mod-messaging v0.1.23
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/google/uuid v1.1.1
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pebbe/zmq4 v1.0.0
github.com/prometheus/client_golang v1.2.1
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
gopkg.in/ini.v1 v1.62.0
)
go 1.15