diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 15:59:24 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-07 15:59:24 +0100 |
commit | b2ec81445874882023280901f8304d73b4e1b6eb (patch) | |
tree | 83a9f294b7fa1d6807dca31612b1e542e87cb2fe /go.mod | |
parent | bf562c1ab4c0e5489e80af94284347d1b6bb32bf (diff) |
import Logger middleware
Diffstat (limited to '')
-rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,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 +) |