Skip to content

Commit

Permalink
Re-vendor goautosocket
Browse files Browse the repository at this point in the history
Fixed panic during error handling: #2250

https://github.com/TykTechnologies/goautosocket
  • Loading branch information
buger committed May 2, 2019
1 parent abc733b commit 9e9ce4d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ import (
"github.com/gorilla/mux"
"github.com/justinas/alice"
"github.com/lonelycode/osin"
gas "github.com/netbrain/goautosocket"
"github.com/rs/cors"
uuid "github.com/satori/go.uuid"
"rsc.io/letsencrypt"

"github.com/TykTechnologies/goagain"
gas "github.com/TykTechnologies/goautosocket"
"github.com/TykTechnologies/gorpc"
"github.com/TykTechnologies/tyk/apidef"
"github.com/TykTechnologies/tyk/certs"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"revision": "e23361255278b7e2dcdfe6d1407191725340fa00",
"revisionTime": "2017-11-17T14:56:08Z"
},
{
"checksumSHA1": "BpDucRvJ5e5NCVhxDr2ORjG7Srs=",
"path": "github.com/TykTechnologies/goautosocket",
"revision": "97bfa5e7e48185d76417daf6e2a334a0ccb24981",
"revisionTime": "2019-04-30T12:12:22Z"
},
{
"checksumSHA1": "wFnSvPbjvlEIoonJPA2AUxJnpHk=",
"path": "github.com/TykTechnologies/gojsonschema",
Expand Down Expand Up @@ -398,12 +404,6 @@
"revision": "eecee6c969c02c8cc2ae48e1e269843ae8590796",
"revisionTime": "2018-08-24T00:34:11Z"
},
{
"checksumSHA1": "GsU3DMfKXECkDJyjINXYr2Hj3Nc=",
"path": "github.com/netbrain/goautosocket",
"revision": "bef85f0aef40c230fa5451a1ca200919722e978a",
"revisionTime": "2015-06-24T14:57:46Z"
},
{
"checksumSHA1": "fG/hdI57tzm9CfcELMa7QVXESR8=",
"path": "github.com/newrelic/go-agent",
Expand Down

0 comments on commit 9e9ce4d

Please sign in to comment.