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

module go.eth.moe/dispatch

go 1.14

require (
	github.com/gorilla/mux v1.7.4
	go.eth.moe/flag v0.0.2
	go.eth.moe/httputil v0.0.4
	go.eth.moe/logger v0.0.1
)