go.mod 235 B

12345678910
  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. replace github.com/lf-edge/ekuiper/sdk/go => ../../
  7. go 1.16