blob: 502b6c097fecf4ffb80191a6fdfc1b71b8d1835a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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.3.0
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
)
|