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 |
avm99963 | 8355e00 | 2021-01-26 23:05:01 +0100 | [diff] [blame] | 10 | github.com/minio/minio-go/v7 v7.0.7 |
Renovate bot | 35fd911 | 2023-12-30 02:07:25 +0000 | [diff] [blame^] | 11 | github.com/sirupsen/logrus v1.9.3 |
avm99963 | 88e622d | 2021-01-22 18:57:58 +0100 | [diff] [blame] | 12 | github.com/spf13/cobra v1.1.1 |
| 13 | gomodules.avm99963.com/forks/parsemail v0.0.0-20210122134334-731e54968e51 |
| 14 | ) |