aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-03 19:35:14 +0100
committerSimon Ser <contact@emersion.fr>2020-02-03 19:35:14 +0100
commitf08ecb9cef030269136c50b9651d2a89807b6ec4 (patch)
tree672551a079241188a0f189063bb75b2eed028ae5 /go.mod
parent6940a826b56e5abed909a05045a594aeeafeb3ad (diff)
downloadalps-f08ecb9cef030269136c50b9651d2a89807b6ec4.tar.gz
alps-f08ecb9cef030269136c50b9651d2a89807b6ec4.zip
Update echo to 504f39abaf320
This fixes an OpenBSD issue. Closes: https://todo.sr.ht/~sircmpwn/koushin/50
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 5 insertions, 4 deletions
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
)