go.mod 539 B

123456789101112131415161718
  1. module github.com/lf-edge/ekuiper-plugin-mirror
  2. require (
  3. github.com/lf-edge/ekuiper/sdk/go v0.0.0-20210916082120-031cd83a7fd8
  4. github.com/mitchellh/mapstructure v1.4.1
  5. )
  6. require (
  7. github.com/Microsoft/go-winio v0.4.11 // indirect
  8. github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1 // indirect
  9. github.com/sirupsen/logrus v1.8.1 // indirect
  10. go.nanomsg.org/mangos/v3 v3.2.1 // indirect
  11. golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
  12. )
  13. replace github.com/lf-edge/ekuiper/sdk/go => ../../
  14. go 1.17