Skip to content

Commit

Permalink
Re-vendor goautosocket (#2251)
Browse files Browse the repository at this point in the history
Fixed panic during error handling: https://github.com/TykTechnologies/goautosocket

Fix #2250
  • Loading branch information
buger committed May 14, 2019
1 parent 2ee87bd commit 7d2acd9
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 16 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"sync"
"time"

"github.com/newrelic/go-agent"
newrelic "github.com/newrelic/go-agent"

"github.com/TykTechnologies/tyk/checkup"

Expand All @@ -33,12 +33,12 @@ import (
"github.com/justinas/alice"
"github.com/lonelycode/gorpc"
"github.com/lonelycode/osin"
"github.com/netbrain/goautosocket"
"github.com/rs/cors"
"github.com/satori/go.uuid"
uuid "github.com/satori/go.uuid"
"rsc.io/letsencrypt"

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

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

14 changes: 10 additions & 4 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 @@ -339,10 +345,10 @@
"revisionTime": "2016-10-20T16:18:36Z"
},
{
"checksumSHA1": "GsU3DMfKXECkDJyjINXYr2Hj3Nc=",
"path": "github.com/netbrain/goautosocket",
"revision": "bef85f0aef40c230fa5451a1ca200919722e978a",
"revisionTime": "2015-06-24T14:57:46Z"
"checksumSHA1": "nxuST3bjBv5uDVPzrX9wdruOwv0=",
"path": "github.com/mitchellh/reflectwalk",
"revision": "eecee6c969c02c8cc2ae48e1e269843ae8590796",
"revisionTime": "2018-08-24T00:34:11Z"
},
{
"checksumSHA1": "fG/hdI57tzm9CfcELMa7QVXESR8=",
Expand Down

0 comments on commit 7d2acd9

Please sign in to comment.