// SPDX-FileCopyrightText: 2020 Ethel Morgan // // SPDX-License-Identifier: MIT module go.eth.moe/catbus go 1.14 require ( github.com/eclipse/paho.mqtt.golang v1.2.0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect )