aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-07-07 22:47:32 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-07-07 22:47:32 +0100
commit530fc42f37eb17e3638f6aef055da77847e20dfa (patch)
treefe91448dee5f09898343600af08d3fcdbffaa72a /go.mod
parent8f19068b7a27ea8fd7f0cedd6353e496b0590d82 (diff)
update go.eth.moe/httputil
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a21596f..02ea314 100644
--- a/go.mod
+++ b/go.mod
@@ -9,6 +9,6 @@ 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/httputil v0.0.5
go.eth.moe/logger v0.0.1
)