avm99963 | 88e622d | 2021-01-22 18:57:58 +0100 | [diff] [blame] | 1 | module gomodules.avm99963.com/hichip2mqtt |
2 | |||||
3 | go 1.15 | ||||
4 | |||||
5 | require ( | ||||
6 | github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect | ||||
7 | github.com/eclipse/paho.mqtt.golang v1.3.1 | ||||
8 | github.com/flashmob/go-guerrilla v1.6.1 | ||||
9 | github.com/go-sql-driver/mysql v1.5.0 | ||||
10 | github.com/sirupsen/logrus v1.7.0 | ||||
11 | github.com/spf13/cobra v1.1.1 | ||||
12 | gomodules.avm99963.com/forks/parsemail v0.0.0-20210122134334-731e54968e51 | ||||
13 | ) |