Archives events from MQTT Brokers to S3
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
259 B

module github.com/nmasse-itix/mqtt-archiver
go 1.16
require (
github.com/eclipse/paho.mqtt.golang v1.3.5 // indirect
github.com/minio/minio-go/v7 v7.0.21 // indirect
github.com/spf13/cobra v1.3.0 // indirect
github.com/spf13/viper v1.10.1 // indirect
)