extensions.mod 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. module github.com/emqx/kuiper
  2. require (
  3. github.com/Masterminds/sprig/v3 v3.2.1
  4. github.com/PaesslerAG/gval v1.0.0
  5. github.com/PaesslerAG/jsonpath v0.1.1
  6. github.com/benbjohnson/clock v1.0.0
  7. github.com/eclipse/paho.mqtt.golang v1.3.5
  8. github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0
  9. github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1
  10. github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
  11. github.com/gdexlab/go-render v1.0.1
  12. github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
  13. github.com/golang/protobuf v1.5.0
  14. github.com/google/uuid v1.2.0
  15. github.com/gorilla/handlers v1.4.2
  16. github.com/gorilla/mux v1.7.3
  17. github.com/huandu/xstrings v1.3.2 // indirect
  18. github.com/imdario/mergo v0.3.12 // indirect
  19. github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
  20. github.com/jhump/protoreflect v1.8.2
  21. github.com/jonboulle/clockwork v0.2.2 // indirect
  22. github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1
  23. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  24. github.com/lestrrat-go/strftime v1.0.3 // indirect
  25. github.com/mattn/go-sqlite3 v1.14.5
  26. github.com/mitchellh/copystructure v1.2.0 // indirect
  27. github.com/msgpack-rpc/msgpack-rpc-go v0.0.0-20131026060856-c76397e1782b
  28. github.com/msgpack/msgpack-go v0.0.0-20130625150338-8224460e6fa3 // indirect
  29. github.com/pebbe/zmq4 v1.2.7
  30. github.com/prometheus/client_golang v1.2.1
  31. github.com/sirupsen/logrus v1.4.2
  32. github.com/smartystreets/goconvey v1.6.4 // indirect
  33. github.com/tebeka/strftime v0.1.5 // indirect
  34. github.com/ugorji/go/codec v1.2.5
  35. github.com/urfave/cli v1.22.0
  36. golang.org/x/net v0.0.0-20200625001655-4c5254603344
  37. google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
  38. google.golang.org/grpc v1.36.1
  39. google.golang.org/protobuf v1.26.0
  40. gopkg.in/ini.v1 v1.62.0
  41. gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  42. github.com/emqx/kuiper/extensions v0.0.0
  43. )
  44. replace github.com/emqx/kuiper/extensions => ./extensions
  45. go 1.16