go.mod 204 B

12345678910
  1. module github.com/lf-edge/ekuiper/tools/migration
  2. go 1.16
  3. require (
  4. github.com/lf-edge/ekuiper v0.0.0
  5. github.com/patrickmn/go-cache v2.1.0+incompatible
  6. )
  7. replace github.com/lf-edge/ekuiper => ../../