aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-23 15:52:22 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-23 15:52:22 +0100
commite6e67a4015a5de5ffb35e938776db7afe6382446 (patch)
treedd9095118df4418742da62dd20878f4ddad9b96d /go.mod
parenta9ffdec5c266682dc3d59145fb57f0d763749c8d (diff)
import catbus library from catbus-wakeonlan
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..bf3ebcd
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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.2.0
+ golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
+)