Update module gorilla/websocket to v1.4.1

This commit is contained in:
Renovate Bot 2020-01-09 10:25:15 +00:00 committed by mattn
parent edf591bde6
commit 1c963e9982
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/fatih/color v1.9.0
github.com/gorilla/websocket v1.4.0
github.com/gorilla/websocket v1.4.1
github.com/mattn/go-tty v0.0.0-20190424173100-523744f04859
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/urfave/cli v1.20.0