blob: 69303de7333caf2c8e85c18ef206ef120279d465 (
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/httputil
go 1.14
require (
github.com/gorilla/mux v1.7.4
go.eth.moe/logger v0.0.1
)
|