aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: c70bf9e1d9e1ea249ba54049d52b257d8b585139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-FileCopyrightText: 2020 Ethel Morgan
//
// SPDX-License-Identifier: MIT

module go.eth.moe/dispatch

go 1.14

require (
	github.com/eclipse/paho.mqtt.golang v1.2.0
	github.com/gorilla/mux v1.7.4
	go.eth.moe/flag v0.0.2
	go.eth.moe/httputil v0.0.5
	go.eth.moe/logger v0.0.1
	golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
)