go.mod 229 B

12345678910
  1. module github.com/lf-edge/ekuiper-plugin-mirror
  2. require (
  3. github.com/lf-edge/ekuiper/sdk v0.0.0-20210916082120-031cd83a7fd8
  4. github.com/mitchellh/mapstructure v1.4.1
  5. )
  6. replace github.com/lf-edge/ekuiper/sdk => ../../
  7. go 1.16