Skip to content

Commit

Permalink
Handle websocket timeouts better
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed May 14, 2020
1 parent 029a6b6 commit f742eb3
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 14 deletions.
18 changes: 9 additions & 9 deletions go.mod
@@ -1,28 +1,28 @@
module github.com/antoniomika/sish

require (
github.com/antoniomika/websocketproxy v0.0.0-20200514153051-d1b11d4d85bf
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.6.2
github.com/golang/protobuf v1.4.0 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.4.1 // indirect
github.com/gorilla/websocket v1.4.2
github.com/jpillora/ipfilter v1.2.1
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/phuslu/geoip v1.0.20200411 // indirect
github.com/pires/go-proxyproto v0.0.0-20200408100809-62dfc1403b91
github.com/pires/go-proxyproto v0.1.3
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
github.com/spf13/viper v1.7.0
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)

go 1.14

0 comments on commit f742eb3

Please sign in to comment.