From f08ecb9cef030269136c50b9651d2a89807b6ec4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 3 Feb 2020 19:35:14 +0100 Subject: Update echo to 504f39abaf320 This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50 --- go.mod | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 38b7436..5df2b20 100644 --- a/go.mod +++ b/go.mod @@ -13,12 +13,13 @@ require ( github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b github.com/emersion/go-smtp v0.12.1 github.com/gorilla/css v1.0.0 // indirect - github.com/labstack/echo/v4 v4.1.13 + github.com/labstack/echo/v4 v4.1.15-0.20200203180927-504f39abaf32 github.com/labstack/gommon v0.3.0 + github.com/mattn/go-isatty v0.0.12 // indirect github.com/microcosm-cc/bluemonday v1.0.2 github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb - golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect - golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa - golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect + golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d // indirect + golang.org/x/net v0.0.0-20200202094626-16171245cfb2 + golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect layeh.com/gopher-luar v1.0.7 ) -- cgit v1.2.3-59-g8ed1b