module git.selly.red/Selly-Modules/appier go 1.17 require ( git.selly.red/Selly-Modules/natsio v0.0.0-20220321031929-3fe4271f1bbc git.selly.red/Selly-Modules/redisdb v1.0.1-0.20220325101005-62529474a7e1 github.com/robfig/cron/v3 v3.0.1 ) require ( github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/go-redis/redis/v8 v8.11.2 // indirect github.com/klauspost/compress v1.13.6 // indirect github.com/logrusorgru/aurora v2.0.3+incompatible // indirect github.com/nats-io/nats.go v1.13.0 // indirect github.com/nats-io/nkeys v0.3.0 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/stretchr/testify v1.6.1 // indirect github.com/thoas/go-funk v0.9.2 // indirect golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect )